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 1f6718c commit 0e13372Copy full SHA for 0e13372
test/runtests.jl
@@ -8,6 +8,7 @@ using SafeTestsets
8
@time @safetestset "Reactions" begin include("reactionsystem_structure/reactions.jl") end
9
@time @safetestset "ReactionSystem" begin include("reactionsystem_structure/reactionsystem.jl") end
10
@time @safetestset "Higher Order Reactions" begin include("reactionsystem_structure/higher_order_reactions.jl") end
11
+ @time @safetestset "Parameter Type Designation" begin include("reactionsystem_structure/designating_parameter_types.jl") end
12
@time @safetestset "Hybrid CRN/Equation Systems" begin include("reactionsystem_structure/hybrid_equation_reaction_systems.jl") end
13
14
### Tests model creation via the @reaction_network DSL. ###
0 commit comments