Skip to content

Commit

Permalink
Merge pull request #959 from himoto/fix-title
Browse files Browse the repository at this point in the history
Fix title
  • Loading branch information
briandrawert authored Sep 19, 2024
2 parents a12d47e + a95a584 commit 48dee73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/tut_toggle_switch/tut_toggle_switch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ First, in a Python script that uses GillesPy2 to perform model simulation, we be
.. code-block:: python
import gillespy2
Next, we define a model. This is a model based on a publication by Gardner et al. in Nature, 1999, and represents a genetic toggle switch in Escherichia coli. In GillesPy2, a model is expressed as an object having the parent class ``Model``. Components of the model, such as the reactions, molecular species, and characteristics such as the time span for simulation, are all defined within the subclass definition. The following Python code represents our model using GillesPy2's facility:

Expand Down Expand Up @@ -77,7 +77,7 @@ And here is a plot of the deterministic simulation results:

.. code-block:: python
d_results.plot(title="Stochastic Switch")
d_results.plot(title="Deterministic Switch")
.. image:: ode.png
Expand Down

0 comments on commit 48dee73

Please sign in to comment.