Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed May 6, 2024
1 parent 652c021 commit d5a8bd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/python_interface.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ AMICI can import :term:`SBML` models via the
Status of SBML support in Python-AMICI
++++++++++++++++++++++++++++++++++++++

Python-AMICI currently **passes 1247 out of the 1821 (~68%) test cases** from
Python-AMICI currently **passes 1252 out of the 1821 (~68%) test cases** from
the semantic
`SBML Test Suite <https://github.com/sbmlteam/sbml-test-suite/>`_
(`current status <https://github.com/AMICI-dev/AMICI/actions>`_).
Expand Down
2 changes: 1 addition & 1 deletion python/sdist/amici/sbml_import.py
Original file line number Diff line number Diff line change
Expand Up @@ -1662,7 +1662,7 @@ def get_empty_bolus_value() -> sp.Float:
"Could not process event assignment for "
f"{str(variable_sym)}. AMICI currently only allows "
"event assignments to species; parameters; or, "
"compartments with rate rules, at the moment."
"compartments, at the moment."
)
try:
# Try working with the formula now to detect errors
Expand Down

0 comments on commit d5a8bd1

Please sign in to comment.