Skip to content

Commit

Permalink
compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksonharvey committed Jun 11, 2024
1 parent fcd7767 commit fa30f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ display("Running Tests")
simple_sys = structural_simplify(sys)
tspan = (0.0, 1.0)
prob = ODEProblem(simple_sys, [], tspan)
sol = DifferentialEquations.solve(prob, DifferentialEquations.ImplicitEuler())
sol = DifferentialEquations.solve(prob, DifferentialEquations.Rosenbrock23())

println("Solved Rankine")

Expand Down

0 comments on commit fa30f35

Please sign in to comment.