Skip to content

Commit

Permalink
refactor: format
Browse files Browse the repository at this point in the history
  • Loading branch information
AayushSabharwal committed Sep 9, 2024
1 parent a9bbbb6 commit a2becdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/initial_values.jl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tspan = (0.0, 1.0)
ps = [k1 => 1.0, k2 => 5.0]
# Broken since we need both X1 and X2 to initialize Γ but this makes the initialization system
# overdetermined because parameter initialization isn't in yet
@test_warn "overdetermined" oprob = ODEProblem(osys_m, u0, tspan, ps)
@test_warn "overdetermined" oprob=ODEProblem(osys_m, u0, tspan, ps)

# Make sure it doesn't error on array variables with unspecified size
@parameters p::Vector{Real} q[1:3]
Expand Down

0 comments on commit a2becdf

Please sign in to comment.