File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ using SafeTestsets, Test
10
10
# ## Run Tests ###
11
11
@time begin
12
12
13
- @time @safetestset " ReactionSystem Serialisation Balancing" begin include (" miscellaneous_tests/reactionsystem_serialisation.jl" ) end
14
13
# if GROUP == "All" || GROUP == "ModelCreation"
15
14
# Tests the `ReactionSystem` structure and its properties.
16
15
@time @safetestset " Reaction Structure" begin include (" reactionsystem_core/reaction.jl" ) end
@@ -38,7 +37,7 @@ using SafeTestsets, Test
38
37
@time @safetestset " Steady State Stability Computations" begin include (" miscellaneous_tests/stability_computation.jl" ) end
39
38
@time @safetestset " Compound Species" begin include (" miscellaneous_tests/compound_macro.jl" ) end
40
39
@time @safetestset " Reaction Balancing" begin include (" miscellaneous_tests/reaction_balancing.jl" ) end
41
- @time @safetestset " ReactionSystem Serialisation Balancing " begin include (" miscellaneous_tests/reactionsystem_serialisation.jl" ) end
40
+ @time @safetestset " ReactionSystem Serialisation" begin include (" miscellaneous_tests/reactionsystem_serialisation.jl" ) end
42
41
43
42
# Tests reaction network analysis features.
44
43
@time @safetestset " Conservation Laws" begin include (" network_analysis/conservation_laws.jl" ) end
You can’t perform that action at this time.
0 commit comments