Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Apr 10, 2024
1 parent 39e496b commit 80a8f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/meta/mtk_structure_indexing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ let
# Checks that updating an integrators parameter values does not affect mass action rate until after
# `reset_aggregated_jumps!` have been applied as well (wt which point the correct rate is achieved).
jint.ps[p1] = 4.0
@test_broken jint.cb.condition.ma_jumps.scaled_rates[1] == 30.0
@test jint.cb.condition.ma_jumps.scaled_rates[1] == 30.0
reset_aggregated_jumps!(jint)
@test jint.cb.condition.ma_jumps.scaled_rates[1] == 8.0

Expand Down

0 comments on commit 80a8f0a

Please sign in to comment.