-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyError on .convert() #51
Comments
Good day mdziurzynski Thanks for using pyTFA! From what I see here, it looks like you do not have a concentration variable for this metabolite Cheers, |
Hello Pierre, thank you for such a quick answer. Quite frankly, I wasn't able to look up the concentration variables after I'm trying to replicate the Update: |
Hello,
I'm trying to convert my model to TFA, and I'm getting an unmanaged KeyError for some of my metabolites. It usually looks like that:
I tried to understand what is going on, but without any success. I just know that self.LC_vars[met] is raising the error. Does it have something to do with how my metabolites/reactions are defined?
The text was updated successfully, but these errors were encountered: