Skip to content

Commit

Permalink
Fixing reaction scoring
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Henry committed Feb 13, 2025
1 parent 0b28901 commit a472beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modelseedpy/core/msmodelutl.py
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ def assign_reliability_scores_to_reactions(self):
reversescore += 100
elif msrxn.metabolites[cpd] > 0:
forwardscore += 100
if cpd.inchi_key() == None:
if cpd.inchi_key == None:
basescore += 40
if cpd.formula == None:
basescore += 60
Expand Down

0 comments on commit a472beb

Please sign in to comment.