Skip to content

Commit a9d11c9

Browse files
committed
up
1 parent 409a058 commit a9d11c9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Catalyst.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ end
9090
### Package Main ###
9191

9292
# The `Reaction` structure and its functions.
93-
include("reaction_structure.jl")
93+
include("reaction.jl")
9494
export isspecies
9595
export Reaction
9696
export get_noise_scaling, has_noise_scaling
9797

9898
# The `ReactionSystem` structure and its functions.
99-
include("reactionsystem_structure.jl")
99+
include("reactionsystem.jl")
100100
export ReactionSystem, isspatial
101101
export species, nonspecies, reactionparams, reactions, speciesmap, paramsmap
102102
export numspecies, numreactions, numreactionparams, setdefaults!

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ using SafeTestsets, Test
1212

1313
#if GROUP == "All" || GROUP == "ModelCreation"
1414
# Tests the `ReactionSystem` structure and its properties.
15-
@time @safetestset "Reaction Structure" begin include("reactionsystem_core/reaction_structure.jl") end
16-
@time @safetestset "ReactionSystem Structure" begin include("reactionsystem_core/reactionsystem_structure.jl") end
15+
@time @safetestset "Reaction Structure" begin include("reactionsystem_core/reaction.jl") end
16+
@time @safetestset "ReactionSystem Structure" begin include("reactionsystem_core/reactionsystem.jl") end
1717
@time @safetestset "Higher Order Reactions" begin include("reactionsystem_core/higher_order_reactions.jl") end
1818
@time @safetestset "Symbolic Stoichiometry" begin include("reactionsystem_core/symbolic_stoichiometry.jl") end
1919
@time @safetestset "Parameter Type Designation" begin include("reactionsystem_core/parameter_type_designation.jl") end

0 commit comments

Comments
 (0)