Skip to content

Commit 950e098

Browse files
committed
test tweak
1 parent 35afb4a commit 950e098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model_simulation/simulate_SDEs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ let
172172

173173
u0 = [:X1 => 1100.0, :X2 => 3900.0]
174174
p = [:k1 => 2.0, :k2 => 0.5, =>0.0]
175-
@test_boken SDEProblem(noise_scaling_network, u0, (0.0, 1000.0), p).ps[] == 0.0 # Broken due to SII/MTK stuff.
175+
@test_broken SDEProblem(noise_scaling_network, u0, (0.0, 1000.0), p).ps[] == 0.0 # Broken due to SII/MTK stuff.
176176
end
177177

178178
# Complicated test with many combinations of options.

0 commit comments

Comments
 (0)