Skip to content

Commit

Permalink
renamed "model_conversion_reaction" to "conversion_reaction" accordin…
Browse files Browse the repository at this point in the history
…g to naming scheme in benchmark models as well
  • Loading branch information
PaulJonasJost committed Sep 18, 2024
1 parent 7fb1b5a commit a1a54f7
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 81 deletions.
2 changes: 1 addition & 1 deletion doc/example/conversion_reaction.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"import pypesto.visualize as visualize\n",
"\n",
"# sbml file we want to import\n",
"sbml_file = \"conversion_reaction/model_conversion_reaction.xml\"\n",
"sbml_file = \"conversion_reaction/conversion_reaction.xml\"\n",
"# name of the model that will also be the name of the python module\n",
"model_name = \"model_conversion_reaction\"\n",
"# directory to which the generated model code is written\n",
Expand Down
2 changes: 1 addition & 1 deletion doc/example/conversion_reaction/conversion_reaction.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ problems:
observable_files:
- observables.tsv
sbml_files:
- model_conversion_reaction.xml
- conversion_reaction.xml
2 changes: 1 addition & 1 deletion doc/example/conversion_reaction/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def analytical_a(t, a0=a0, b0=b0, k1=k1, k2=k2):
PARAMETER_FILE: "parameters.tsv",
PROBLEMS: [
{
SBML_FILES: ["model_conversion_reaction.xml"],
SBML_FILES: ["conversion_reaction.xml"],
CONDITION_FILES: ["conditions.tsv"],
MEASUREMENT_FILES: ["measurements.tsv"],
OBSERVABLE_FILES: ["observables.tsv"],
Expand Down
77 changes: 0 additions & 77 deletions doc/example/conversion_reaction/model_conversion_reaction.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ problems:
observable_files:
- ../observables.tsv
sbml_files:
- ../model_conversion_reaction.xml
- ../conversion_reaction.xml

0 comments on commit a1a54f7

Please sign in to comment.