Skip to content

Commit 14b7e73

Browse files
committed
broken test is no longer broken due to SII/MTK stuff
1 parent 950e098 commit 14b7e73

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
@@ -190,7 +190,7 @@ let
190190
@test getdescription(parameters(noise_scaling_network)[5]) == "Parameter η2"
191191

192192
sprob = SDEProblem(noise_scaling_network, u0, (0.0, 1000.0), p)
193-
@test_broken sprob.ps[:η1] == sprob.ps[:η2] == sprob.ps[:η3] == sprob.ps[:η4] == 0.0 # Broken due to SII/MTK stuff.
193+
@test sprob.ps[:η1] == sprob.ps[:η2] == sprob.ps[:η3] == sprob.ps[:η4] == 0.0
194194
end
195195

196196
# Tests default_noise_scaling_option.

0 commit comments

Comments
 (0)