Skip to content

Commit 59d9c49

Browse files
committed
test fix
1 parent 7776694 commit 59d9c49

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
@@ -154,7 +154,7 @@ let
154154
(k1,k2), X1 <--> X2
155155
(k1,k2), Y1 <--> Y2
156156
end
157-
osys = convert(ODESystem, rs)
157+
osys = convert(ODESystem, rs; remove_conserved = true)
158158

159159
# Checks that the correct parameters have the `conservationquantity` metadata.
160160
@test Catalyst.isconservationquantity(osys.Γ[1])

0 commit comments

Comments
 (0)