Skip to content

Commit f0a22a1

Browse files
committed
add remake test for SCCNonlinearProblem
1 parent d52c034 commit f0a22a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/downstream/modelingtoolkit_remake.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ end
321321
@test state_values(sccprob2) 2ones(3)
322322
@test sccprob2.probs[1].u0 2ones(2)
323323
@test sccprob2.probs[2].u0 2ones(1)
324+
@test sccprob2.explicitfuns! !== missing
324325

325326
sccprob3 = remake(sccprob; p ==> 2.0])
326327
@test sccprob3.p === sccprob3.probs[1].p

0 commit comments

Comments
 (0)