We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bbbb6 commit a2becdfCopy full SHA for a2becdf
test/initial_values.jl
@@ -61,7 +61,7 @@ tspan = (0.0, 1.0)
61
ps = [k1 => 1.0, k2 => 5.0]
62
# Broken since we need both X1 and X2 to initialize Γ but this makes the initialization system
63
# overdetermined because parameter initialization isn't in yet
64
-@test_warn "overdetermined" oprob = ODEProblem(osys_m, u0, tspan, ps)
+@test_warn "overdetermined" oprob=ODEProblem(osys_m, u0, tspan, ps)
65
66
# Make sure it doesn't error on array variables with unspecified size
67
@parameters p::Vector{Real} q[1:3]
0 commit comments