Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed Apr 6, 2024
1 parent 9698d9f commit 1b81a6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/reactionsystem_structure/higher_order_reactions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ let
[affect1!, affect2!, affect3!, affect4!, affect5!, affect6!, affect7!, affect8!])

# Prepares JumpProblem via Catalyst.
u0_base = rnd_u0_Int64(base_higher_order_network, rng; n)
ps_base = rnd_ps(base_higher_order_network, rng; factor = n/10.0)
u0_base = rnd_u0_Int64(base_higher_order_network, rng)
ps_base = rnd_ps(base_higher_order_network, rng)
dprob_base = DiscreteProblem(base_higher_order_network, u0_base, (0.0, 100.0), ps_base)
jprob_base = JumpProblem(base_higher_order_network, dprob_base, Direct(); rng = StableRNG(1234))

Expand Down

0 comments on commit 1b81a6b

Please sign in to comment.