Skip to content

Commit 4dce830

Browse files
committed
fix namespacing issue
1 parent 201b728 commit 4dce830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/downstream/modelingtoolkit_remake.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ push!(probs, discprob)
8282
[0 ~ x^3 * β + y^3 * ρ - σ, 0 ~ x^2 + 2x * y + y^2, 0 ~ z^2 - 4z + 4],
8383
[x, y, z], [σ, β, ρ])
8484
sccprob = SCCNonlinearProblem(sys, u0, p)
85-
@test_nowarn initialization_status(sccprob)
85+
@test_nowarn SciMLBase.initialization_status(sccprob)
8686
push!(syss, sys)
8787
push!(probs, sccprob)
8888

0 commit comments

Comments
 (0)