Skip to content

Commit

Permalink
add docstring
Browse files Browse the repository at this point in the history
Co-authored-by: Christian Diener <[email protected]>
  • Loading branch information
oxinabox and cdiener authored Jan 7, 2025
1 parent 3d0b061 commit a23fe91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_core/test_core_reaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ def test_build_from_string(model: Model) -> None:


def test_build_from_string_creating_metabolites() -> None:
"""Test that metabolites are created in the correct compartment."""
# https://github.com/opencobra/cobrapy/issues/1418
model = Model()
reaction = Reaction("R1")
Expand Down

0 comments on commit a23fe91

Please sign in to comment.