We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b87e41 commit cc626b8Copy full SHA for cc626b8
test/runtests.jl
@@ -57,6 +57,10 @@ end
57
@time @safetestset "MTK Problem Inputs" begin include("upstream/mtk_problem_inputs.jl") end
58
end
59
60
+ if GROUP == "All" || GROUP == "HYBRID"
61
+ @time @safetestset "ReactionSystem Hybrid Solvers" begin include("simulation_and_solving/hybrid_models.jl") end
62
+ end
63
+
64
if GROUP == "All" || GROUP == "IO"
65
@time @safetestset "ReactionSystem Serialisation" begin include("miscellaneous_tests/reactionsystem_serialisation.jl") end
66
# BROKEN
0 commit comments