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 39e496b commit 80a8f0aCopy full SHA for 80a8f0a
test/meta/mtk_structure_indexing.jl
@@ -358,7 +358,7 @@ let
358
# Checks that updating an integrators parameter values does not affect mass action rate until after
359
# `reset_aggregated_jumps!` have been applied as well (wt which point the correct rate is achieved).
360
jint.ps[p1] = 4.0
361
- @test_broken jint.cb.condition.ma_jumps.scaled_rates[1] == 30.0
+ @test jint.cb.condition.ma_jumps.scaled_rates[1] == 30.0
362
reset_aggregated_jumps!(jint)
363
@test jint.cb.condition.ma_jumps.scaled_rates[1] == 8.0
364
0 commit comments