Skip to content

Commit 35d4964

Browse files
committed
Started obsoleting and eliminating the substeps option
general code cleanup, including elimination of obsolete pytests Removed argument `snapshots` from reaction_step_orchestrator()
1 parent f0e1c07 commit 35d4964

File tree

5 files changed

+53
-520
lines changed

5 files changed

+53
-520
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### VERSION 1.0-beta25
1+
### VERSION 1.0-beta26_IN_PROGRESS
22

33

44

experiments/reactions_single_compartment/up_regulate_3.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"Invoking [Le Chatelier's principle](https://www.chemguide.co.uk/physical/equilibria/lechatelier.html), it can be seen that, starting from equilibrium, when [U] goes up, so does [S]; and when [S] goes up, so does [X]. \n",
1414
"Conversely, when [U] goes down, so does [S]; and when [S] goes down, so does [X]. \n",
1515
"\n",
16-
"This experiment is a counterpart of `up_regulate_2`, with \"upstream\" rather than \"downstream\" reactions.\n",
16+
"This experiment is a counterpart of experiment `up_regulate_2`, with \"upstream\" rather than \"downstream\" reactions.\n",
1717
"\n",
1818
"Note: numerical errors in the same reactions (with the same initial conditions) is explored in the experiment \"large_time_steps_2\"\n",
1919
"\n",

experiments/reactions_single_compartment/up_regulate_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Invoking [Le Chatelier's principle](https://www.chemguide.co.uk/physical/equilibria/lechatelier.html), it can be seen that, starting from equilibrium, when [U] goes up, so does [S]; and when [S] goes up, so does [X].
2323
# Conversely, when [U] goes down, so does [S]; and when [S] goes down, so does [X].
2424
#
25-
# This experiment is a counterpart of `up_regulate_2`, with "upstream" rather than "downstream" reactions.
25+
# This experiment is a counterpart of experiment `up_regulate_2`, with "upstream" rather than "downstream" reactions.
2626
#
2727
# Note: numerical errors in the same reactions (with the same initial conditions) is explored in the experiment "large_time_steps_2"
2828
#

0 commit comments

Comments
 (0)