Skip to content

Commit

Permalink
estimated parameter is now stored
Browse files Browse the repository at this point in the history
  • Loading branch information
dilpath committed Feb 1, 2024
1 parent 51911d2 commit 87379a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
tox >= 3.12.4
pre-commit >= 2.10.1
flake8 >= 4.0.1
pytest
2 changes: 1 addition & 1 deletion test/cli/expected_output/model/parameters.tsv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameterId parameterName parameterScale lowerBound upperBound nominalValue estimate
k1 k_{1} lin 0.0 1000.0 0.2 0
k2 k_{2} lin 0.0 1000.0 0.1 1
k2 k_{2} lin 0.0 1000.0 0.15 1
k3 k_{3} lin 0.0 1000.0 0.0 1
k4 k_{4} lin 0.0 1000.0 0.0 0
k5 k_{5} lin 0.0 1000.0 0.0 0
Expand Down
2 changes: 1 addition & 1 deletion test/cli/expected_output/models/model_1/parameters.tsv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameterId parameterName parameterScale lowerBound upperBound nominalValue estimate
k1 k_{1} lin 0.0 1000.0 0.2 0
k2 k_{2} lin 0.0 1000.0 0.1 1
k2 k_{2} lin 0.0 1000.0 0.15 1
k3 k_{3} lin 0.0 1000.0 0.0 1
k4 k_{4} lin 0.0 1000.0 0.0 0
k5 k_{5} lin 0.0 1000.0 0.0 0
Expand Down
2 changes: 1 addition & 1 deletion test/model/expected_output/petab/parameters.tsv
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
parameterId parameterName parameterScale lowerBound upperBound nominalValue estimate
k1 k_{1} lin 0.0 1000.0 0.2 0
k2 k_{2} lin 0.0 1000.0 0.1 1
k2 k_{2} lin 0.0 1000.0 0.15 1
k3 k_{3} lin 0.0 1000.0 0.0 1
k4 k_{4} lin 0.0 1000.0 0.0 0
k5 k_{5} lin 0.0 1000.0 0.0 0
Expand Down

0 comments on commit 87379a5

Please sign in to comment.