Skip to content

Commit 8eadc1c

Browse files
committed
continuous tests pass
1 parent 1c44a77 commit 8eadc1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/continuous.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end
3939
@test lorenz_oop.integ.alg isa Tsit5
4040

4141
# also test ODEproblem creation
42-
prob = lorenz_vern.integ.sol.prob
42+
prob = lorenz_oop.integ.sol.prob
4343

4444
ds = CoupledODEs(prob, (alg=Rodas5(autodiff=false), abstol=0.0, reltol=1e-6, verbose=false))
4545

0 commit comments

Comments
 (0)