Skip to content

Commit

Permalink
import functiosn from ModelingToolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
TorkelE committed May 16, 2024
1 parent fa5eb37 commit 968dbe8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/reactionsystem_core/reactionsystem_structure.jl
Original file line number Diff line number Diff line change
Expand Up @@ -748,8 +748,8 @@ end
# Tests construction of empty reaction networks.
let
empty_network = @reaction_network
@test length(get_eqs(empty_network)) == 0
@test nameof(get_iv(empty_network)) == :t
@test length(get_unknowns(empty_network)) == 0
@test length(get_ps(empty_network)) == 0
@test length(ModelingToolkit.get_eqs(empty_network)) == 0
@test nameof(ModelingToolkit.get_iv(empty_network)) == :t
@test length(ModelingToolkit.get_unknowns(empty_network)) == 0
@test length(ModelingToolkit.get_ps(empty_network)) == 0
end

0 comments on commit 968dbe8

Please sign in to comment.