File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ using SafeTestsets, Test
18
18
@time @safetestset " Symbolic Stoichiometry" begin include (" reactionsystem_core/symbolic_stoichiometry.jl" ) end
19
19
@time @safetestset " Parameter Type Designation" begin include (" reactionsystem_core/parameter_type_designation.jl" ) end
20
20
@time @safetestset " Custom CRN Functions" begin include (" reactionsystem_core/custom_crn_functions.jl" ) end
21
- # @time @safetestset "Coupled CRN/Equation Systems" begin include("reactionsystem_core/coupled_equation_crn_systems.jl") end
21
+ @time @safetestset " Coupled CRN/Equation Systems" begin include (" reactionsystem_core/coupled_equation_crn_systems.jl" ) end
22
22
@time @safetestset " Events" begin include (" reactionsystem_core/events.jl" ) end
23
23
24
24
# Tests model creation via the @reaction_network DSL.
@@ -72,9 +72,9 @@ using SafeTestsets, Test
72
72
end
73
73
74
74
# Tests extensions.
75
- # @time @safetestset "BifurcationKit Extension" begin include("extensions/bifurcation_kit.jl") end
76
- # @time @safetestset "HomotopyContinuation Extension" begin include("extensions/homotopy_continuation.jl") end
77
- # @time @safetestset "Structural Identifiability Extension" begin include("extensions/structural_identifiability.jl") end
75
+ @time @safetestset " BifurcationKit Extension" begin include (" extensions/bifurcation_kit.jl" ) end
76
+ @time @safetestset " HomotopyContinuation Extension" begin include (" extensions/homotopy_continuation.jl" ) end
77
+ @time @safetestset " Structural Identifiability Extension" begin include (" extensions/structural_identifiability.jl" ) end
78
78
# end
79
79
80
80
end # @time
You can’t perform that action at this time.
0 commit comments