Skip to content

Commit 289696a

Browse files
authored
Merge pull request #46 from ReactionMechanismGenerator/sens
Add Adjoint and Forward Sensitivity Analysis
2 parents 3cdaef7 + 5b2e206 commit 289696a

9 files changed

Lines changed: 389 additions & 229 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
os:
55
- linux
66
julia:
7-
- 1.0
7+
- 1.3
88
before_install:
99
- cd ..
1010
# Install miniconda

Manifest.toml

Lines changed: 132 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Project.toml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
88
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
99
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
1010
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
11+
DiffEqSensitivity = "41bf760c-e81c-5289-8e54-58b1f1f8abe2"
1112
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
1213
Images = "916415d5-f1e6-5110-898d-aaa5f9f070e0"
1314
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
@@ -32,14 +33,15 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
3233
CSV = "<1"
3334
Calculus = "<1"
3435
Colors = "<1"
35-
DiffEqBase = "6.6.0"
36+
DiffEqBase = "<7"
37+
DiffEqSensitivity = "6.22.0"
3638
ForwardDiff = "<1"
3739
Images = "<1"
3840
IterTools = "1.3.0"
3941
OrdinaryDiffEq = "<6"
4042
Parameters = "<1"
41-
PyCall = "1.91.4"
42-
PyPlot = "2.9.0"
43+
PyCall = "<2"
44+
PyPlot = "<3"
4345
QuartzImageIO = "<1"
4446
ReverseDiff = "<2"
4547
SmoothingSplines = "<1"
@@ -49,4 +51,4 @@ Sundials = "<5"
4951
Tracker = "0.2"
5052
Unitful = "1.3.0"
5153
YAML = "<1"
52-
julia = "1"
54+
julia = "1.3"

0 commit comments

Comments
 (0)