We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 201b728 commit 4dce830Copy full SHA for 4dce830
test/downstream/modelingtoolkit_remake.jl
@@ -82,7 +82,7 @@ push!(probs, discprob)
82
[0 ~ x^3 * β + y^3 * ρ - σ, 0 ~ x^2 + 2x * y + y^2, 0 ~ z^2 - 4z + 4],
83
[x, y, z], [σ, β, ρ])
84
sccprob = SCCNonlinearProblem(sys, u0, p)
85
-@test_nowarn initialization_status(sccprob)
+@test_nowarn SciMLBase.initialization_status(sccprob)
86
push!(syss, sys)
87
push!(probs, sccprob)
88
0 commit comments