Skip to content

Commit 0c8c3cd

Browse files
committed
docs: adjust docstrings slightly
1 parent c2c5475 commit 0c8c3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/memote/suite/tests/test_consistency.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ def test_find_orphans(model):
310310
311311
Implementation:
312312
Find orphan metabolites structurally by considering only reaction
313-
equations and reversibility. FBA is not carried out.
313+
equations and bounds. FBA is not carried out.
314314
315315
316316
"""
@@ -337,7 +337,7 @@ def test_find_deadends(model):
337337
338338
Implementation:
339339
Find dead-end metabolites structurally by considering only reaction
340-
equations and reversibility. FBA is not carried out.
340+
equations and bounds. FBA is not carried out.
341341
342342
"""
343343
ann = test_find_deadends.annotation

0 commit comments

Comments
 (0)