Skip to content

Commit 88cf235

Browse files
committed
add remove_conserved_warn = false to test
1 parent 9eb11cc commit 88cf235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/network_analysis/conservation_laws.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ let
270270
# Checks that simulation reaches known equilibrium
271271
u0 = [:X => [3.0, 9.0]]
272272
ps = [:k => [1.0, 2.0]]
273-
oprob = ODEProblem(rs, u0, (0.0, 1000.0), ps; remove_conserved = true)
273+
oprob = ODEProblem(rs, u0, (0.0, 1000.0), ps; remove_conserved = true, remove_conserved_warn = false)
274274
sol = solve(oprob, Vern7())
275275
@test sol[X[1]] 8.0
276276
@test sol[X[2]] 4.0

0 commit comments

Comments
 (0)