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 8551454 commit a6d924aCopy full SHA for a6d924a
test/runtests.jl
@@ -15,7 +15,7 @@ end
15
### Run Tests ###
16
@time begin
17
if GROUP == "All" || GROUP == "Core"
18
- Tests the `ReactionSystem` structure and its properties.
+ # Tests the `ReactionSystem` structure and its properties.
19
@time @safetestset "Reaction Structure" begin include("reactionsystem_core/reaction.jl") end
20
@time @safetestset "ReactionSystem Structure" begin include("reactionsystem_core/reactionsystem.jl") end
21
@time @safetestset "Higher Order Reactions" begin include("reactionsystem_core/higher_order_reactions.jl") end
0 commit comments