Skip to content

Commit

Permalink
fix: lower the soft cap to ten
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Oct 20, 2020
1 parent 07bf0f4 commit d4eb337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/memote/support/consistency.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def find_unconserved_metabolites(model):
)


def find_inconsistent_min_stoichiometry(model, atol=1e-13, max_mets_computed=100):
def find_inconsistent_min_stoichiometry(model, atol=1e-13, max_mets_computed=10):
"""
Detect inconsistent minimal net stoichiometries.
Expand Down

0 comments on commit d4eb337

Please sign in to comment.