File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 50
50
sint = init (sprob, ImplicitEM (); save_everystep= false )
51
51
jint = init (jprob, SSAStepper ())
52
52
nint = init (nprob, NewtonRaphson (); save_everystep= false )
53
- @test_broken ssint = init (ssprob, DynamicSS (Tsit5 ()); save_everystep= false )
53
+ @test_broken ssint = init (ssprob, DynamicSS (Tsit5 ()); save_everystep= false ) # https://github.com/SciML/SciMLBase.jl/issues/660
54
54
integrators = [oint, sint, jint, nint]
55
55
56
56
# Creates solutions.
281
281
282
282
# Tests plotting.
283
283
let
284
- @test_broken false # Currently broken for `ssol`.
284
+ @test_broken false # Currently broken for `ssol` (https://github.com/SciML/SciMLBase.jl/issues/580)
285
285
for sol in deepcopy ([osol, jsol])
286
286
# Single variable.
287
287
@test length (plot (sol; idxs = X). series_list) == 1
Original file line number Diff line number Diff line change @@ -6,8 +6,6 @@ using SafeTestsets
6
6
7
7
# ## Tests the properties of ReactionSystems. ###
8
8
@time @safetestset " Reactions" begin include (" reactionsystem_structure/reactions.jl" ) end
9
-
10
- exit ()
11
9
@time @safetestset " ReactionSystem" begin include (" reactionsystem_structure/reactionsystem.jl" ) end
12
10
@time @safetestset " Higher Order Reactions" begin include (" reactionsystem_structure/higher_order_reactions.jl" ) end
13
11
@@ -58,8 +56,8 @@ using SafeTestsets
58
56
@time @safetestset " HomotopyContinuation Extension" begin include (" extensions/homotopy_continuation.jl" ) end
59
57
@time @safetestset " Structural Identifiability Extension" begin include (" extensions/structural_identifiability.jl" ) end
60
58
61
- # ## Upstream SciML and DiffEq tests . ###
59
+ # ## Upstream SciML and DiffEq tests. ###
62
60
@time @safetestset " MTK Structure Indexing" begin include (" meta/mtk_structure_indexing.jl" ) end
63
- @time @safetestset " MTK Structure Indexing " begin include (" meta/mtk_problem_inputs.jl" ) end
61
+ @time @safetestset " MTK Problem Inputs " begin include (" meta/mtk_problem_inputs.jl" ) end
64
62
65
63
end # @time
You can’t perform that action at this time.
0 commit comments