We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello!
I'm trying to load a MAT model, and am getting an InexactError: Int64(NaN) resulting from some of the metabolite charges in the model being NaN.
InexactError: Int64(NaN)
NaN
The model I am using is the yeast-GEM.mat from here.
yeast-GEM.mat
Looks like the MATFBCModels util parse_charge(x) just needs an extra case for NaN.
parse_charge(x)
Thanks!
The text was updated successfully, but these errors were encountered:
Moved to MATFBCModels
Sorry, something went wrong.
No branches or pull requests
Hello!
I'm trying to load a MAT model, and am getting an
InexactError: Int64(NaN)
resulting from some of the metabolite charges in the model beingNaN
.The model I am using is the
yeast-GEM.mat
from here.Looks like the MATFBCModels util
parse_charge(x)
just needs an extra case forNaN
.Thanks!
The text was updated successfully, but these errors were encountered: