Skip to content

Commit a02a8fc

Browse files
TorkelEisaacsas
andauthored
Update test/reactionsystem_core/events.jl
Co-authored-by: Sam Isaacson <[email protected]>
1 parent abb7242 commit a02a8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/reactionsystem_core/events.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ let
362362
sol = solve(jprob, SSAStepper(); seed)
363363

364364
# Checks that all `e` parameters have been updated properly.
365-
# Note that periodic discrete events are currently broken for jump processes (and unlikely to be fixed soon due to have events are implemented).
365+
# Note that periodic discrete events are currently broken for jump processes (and unlikely to be fixed soon due to periodic callbacks using the internals of ODE integrator and Datastructures heap implementations).
366366
@test sol.ps[:e1] == 1
367367
@test_broken sol.ps[:e2] == 1 # (https://github.com/SciML/JumpProcesses.jl/issues/417)
368368
@test sol.ps[:e3] == 1

0 commit comments

Comments
 (0)