Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergmann committed Nov 13, 2024
1 parent be16fdd commit e7baa64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/notebooks/LinearNoiseApproximation.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The LNA is computed runing `run_lna` the optional argument `return_results` (default `False`) indicates whether the full result is returned, or only the status of the computation. To retrieve the results after a computation of the LNA the following methods may be used: \n",
"The LNA is computed running `run_lna` the optional argument `return_results` (default `False`) indicates whether the full result is returned, or only the status of the computation. To retrieve the results after a computation of the LNA the following methods may be used: \n",
"\n",
"* `get_lna_status` returns the status of the last computation\n",
"* `get_lna_covariance_matrix` returns the full covariance matrix\n",
Expand Down

0 comments on commit e7baa64

Please sign in to comment.