Skip to content

Commit

Permalink
test: refactor test
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianM-C committed Sep 26, 2024
1 parent 7d61a05 commit 2d19a9d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/Blocks/sources.jl
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,8 @@ end
@named model = ODESystem(eqs, t, systems = [i])
sys = structural_simplify(model)

prob = ODEProblem(sys, [], (0.0, 4))
sol = solve(prob)
prob = ODEProblem{true, SciMLBase.FullSpecialize}(sys, [], (0.0, 4))
sol = solve(prob, Tsit5())

@test SciMLBase.successful_retcode(sol)

Expand Down

0 comments on commit 2d19a9d

Please sign in to comment.