You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I save reactions in my model as a dictionary, remove them, and add them back to the model later, I receive the following error (using add_reaction_from_str).
example SyntaxError: Unable to parse: R_EX_glc__D_e: M_glc__D_e <-> [-10.0, inf]
From what I can tell, it seems to be an issue with the inf. Is this expected?
Please let me know how to resolve this.
Thanks for your help.
The text was updated successfully, but these errors were encountered:
Hello,
When I save reactions in my model as a dictionary, remove them, and add them back to the model later, I receive the following error (using add_reaction_from_str).
example SyntaxError: Unable to parse: R_EX_glc__D_e: M_glc__D_e <-> [-10.0, inf]
From what I can tell, it seems to be an issue with the inf. Is this expected?
Please let me know how to resolve this.
Thanks for your help.
The text was updated successfully, but these errors were encountered: