Skip to content

Commit 3aed7fd

Browse files
committed
update seed
1 parent bfb9b57 commit 3aed7fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/model_simulation/simulate_SDEs.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using Catalyst, Statistics, StochasticDiffEq, Test
55

66
# Sets stable rng number.
77
using StableRNGs
8-
rng = StableRNG(12345)
8+
rng = StableRNG(123456)
99

1010
# Fetch test functions and networks.
1111
include("../test_functions.jl")
@@ -236,7 +236,7 @@ let
236236
@named noise_scaling_network = ReactionSystem([r1, r2], t, [X1, X2], [k1, k2, p_syms[1]])
237237

238238
u0 = [:X1 => 1100.0, :X2 => 3900.0]
239-
p = [:k1 => 2.0, :k2 => 0.5, =>0.0]
239+
p = [:k1 => 2.0, :k2 => 0.5, => 0.0]
240240
@test_broken SDEProblem(noise_scaling_network, u0, (0.0, 1000.0), p).ps[] == 0.0 # Broken due to SII/MTK stuff.
241241
end
242242

0 commit comments

Comments
 (0)