Replies: 2 comments
-
Have a look at the documentation for the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks so much for your response. I just wanted to follow up in why it would work for iJO1366 (0.9823718) and iML1515 (0.8769972) both of which are floats. Thanks again! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I observe the following when I use iSB619 from the BiGG data base.
This code
provides the following output:
2.046751276255936
However, this code
produces the following output.
TypeError Traceback (most recent call last)
Input In [66], in <cell line: 1>()
----> 1 print(isb_table['DAPDC'])
TypeError: 'float' object is not subscriptable
Further, both methods work for other BiGG models such as iML1515 and iJO1366. I was wondering the origin of the TypeError in the second case for iSB619.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions