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 eb63757 commit e7acb81Copy full SHA for e7acb81
test/basis/basis.jl
@@ -207,8 +207,6 @@ end
207
@test recovered_model isa ODEProblem
208
209
# Test that we can initialize the integrator without the symbolic conversion error
210
- # The key test is that this doesn't throw a MethodError about
211
- # "Cannot convert BasicSymbolic{Real} to Float64" during setup
212
sol = solve(recovered_model, Tsit5(), save_everystep = false)
213
214
# Also test with parameters that have default values
0 commit comments