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! Realised my COBREXA issue should have been directly here...
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.
Looks like the 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:
hello! Just a quick check, are you sure you're on the latest verison? I thought I already fixed this here https://github.com/COBREXA/MATFBCModels.jl/pull/9/files#diff-47c27891e951c8cd946b850dc2df31082624afdf57446c21cb6992f5f4b74aa2R33 which was actually the last time you've reported the yeast gem problems.
If it's still not fixed please let me know.
For the package versions you can do ]status or possibly ]update or something
]status
]update
Sorry, something went wrong.
No I forgot to update the version... thanks!!
No branches or pull requests
Hello! Realised my COBREXA issue should have been directly here...
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 util
parse_charge(x)
just needs an extra case forNaN
.Thanks!
The text was updated successfully, but these errors were encountered: