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 5c507b4 commit 07388e7Copy full SHA for 07388e7
test/systems.jl
@@ -3,7 +3,7 @@ using Catalyst, SBML
3
using Test
4
5
cd(@__DIR__)
6
-sbmlfile = joinpath("test", "data", "reactionsystem_01.xml")
+sbmlfile = joinpath("data", "reactionsystem_01.xml")
7
const IV = default_t()
8
@parameters k1, c1
9
@species s1(IV), s2(IV), s1s2(IV)
0 commit comments