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 2b90473 commit bd86212Copy full SHA for bd86212
test/reactionsystem_core/custom_crn_functions.jl
@@ -210,6 +210,6 @@ let
210
(v * (X^n) / (X^n + K^n) > 1000.0) => [X ~ v * (K^n) / (X^n + K^n) + 2]
211
]
212
@test isequal(only(Catalyst.get_rxs(rs_expanded)).rate, v0 + v * (X^n) / (X^n + Y^n + K^n))
213
- @test isequal(get_continuous_events(rs_expanded).eqs, [v*X/(K + X) ~ 1.0])
214
215
-end
+ @test isequal(get_continuous_events(rs_expanded), continuous_events)
+ @test isequal(get_continuous_events(rs_expanded), discrete_events)
+end
0 commit comments