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
Hi there!
Thanks a lot for the great resource!! 👍
I may have found something funny but since I am not sure if it's a system-dependent issue apologies in advance for any unnecessary trouble.
Hi there!
Thanks a lot for the great resource!! 👍
I may have found something funny but since I am not sure if it's a system-dependent issue apologies in advance for any unnecessary trouble.
Here is what I noticed:
When I just edited line:
cobrapy/src/cobra/io/sbml.py
Line 1362 in 3b599e1
adding a
bool()
aroundreaction.setReversible((cobra_reaction.lower_bound < 0))
I was able to write the SBML model..
So my working version would be:
It's funny since when you ask the type of the
cobra_reaction.lower_bound < 0
it is abool
.I guess since it's a rather basic function and no other issue was there, maybe it's something on my set-up that I am missing.
In any case hope this helps. 😅
The text was updated successfully, but these errors were encountered: