Skip to content

Commit cabdb63

Browse files
TorkelEisaacsas
andauthored
Update test/reactionsystem_core/events.jl
Co-authored-by: Sam Isaacson <isaacsas@users.noreply.github.com>
1 parent 1325916 commit cabdb63

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
@@ -118,7 +118,7 @@ let
118118
@named rs_de_2 = ReactionSystem(rxs, t; discrete_events)
119119
rs_de_2 = complete(rs_de_2)
120120
jin = JumpInputs(rs_de_2, u0, (0.0, 10.0), ps)
121-
jprob = JumpProblem(JumpInputs(rs_de_2, u0, (0.0, 10.0), ps))
121+
jprob = JumpProblem(jin)
122122
@test jprob[A] == 2
123123
@test jprob.ps[α] == 1
124124
@test jprob.ps[α] isa Int64

0 commit comments

Comments
 (0)