Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
YingboMa committed Oct 8, 2023
1 parent d5a3fc3 commit acd619a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/modelingtoolkitize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,6 @@ noiseeqs = [0.1 * x,
0.1 * z]

@named sys = SDESystem(eqs, noiseeqs, t, [x, y, z], [sig, rho, beta]; tspan = (0, 1000.0))
prob = SDEProblem(sys)
prob = SDEProblem(sys; tofloat = true)
sys = modelingtoolkitize(prob)
@test ModelingToolkit.has_tspan(sys)

0 comments on commit acd619a

Please sign in to comment.