Skip to content

Commit e7acb81

Browse files
Update test/basis/basis.jl
1 parent eb63757 commit e7acb81

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/basis/basis.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ end
207207
@test recovered_model isa ODEProblem
208208

209209
# 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
212210
sol = solve(recovered_model, Tsit5(), save_everystep = false)
213211

214212
# Also test with parameters that have default values

0 commit comments

Comments
 (0)