We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parentsd4a7c93 +acc9afd commit952d11cCopy full SHA for 952d11c
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
arch:
25
-x64
26
steps:
27
- -uses:actions/checkout@v4
+ -uses:actions/checkout@v5
28
-uses:julia-actions/setup-julia@v2
29
with:
30
version:${{ matrix.version }}
.github/workflows/docs.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
runs-on:ubuntu-latest
16
17
18
19
-uses:julia-actions/cache@v2
20
-name:Install dependencies
.github/workflows/pr-format.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
-name:Clone the repository
-uses:actions/checkout@v4
+uses:actions/checkout@v5
-name:Checkout the pull request code# this checks out the actual branch so that one can commit into it
if:github.event_name == 'issue_comment'
env:
Project.toml
@@ -16,7 +16,7 @@ ConstructionBase = "1.3"
DocStringExtensions ="0.8, 0.9"
IfElse ="0.1"
SBML_jll ="5.19.5"
-Symbolics ="5"
+Symbolics ="5,6"
Unitful ="1"
21
julia ="1.6"
22
test/loaddynamicmodels.jl
@@ -85,6 +85,7 @@ sbmlfiles = [
85
@testset"Loading of models from sbml_test_suite"begin
86
for (sbmlfile, url, hash, converter, expected_par, expected_rxn, expected_u0)in
87
sbmlfiles
88
+
89
if!isfile(sbmlfile)
90
Downloads.download(url, sbmlfile)
91
end
test/loadmodels.jl
@@ -380,11 +380,10 @@ end
380
@test test_math.args[1].args[2].id=="S1"
381
@test test_math.args[2].id=="time"
382
383
- test_math=
384
-readSBML(
385
-joinpath(@__DIR__,"data","01565-sbml-l3v1.xml"),
386
-libsbml_convert("expandInitialAssignments"),
387
- ).reactions["J31"].kinetic_math
+ test_math=readSBML(
+joinpath(@__DIR__,"data","01565-sbml-l3v1.xml"),
+libsbml_convert("expandInitialAssignments"),
+ ).reactions["J31"].kinetic_math
388
389
@test test_math.args[2].fn=="sin"
390
@test test_math.args[2].args[1].val==2.1