-
Notifications
You must be signed in to change notification settings - Fork 51
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
Bug detected in getSubsetEcModel
#327
Labels
Comments
These two lines are identical
but I don't understand how come there is no smallEcModel = removeReactions(bigEcModel,~keepRxns, true, true, true); |
Line 53 should be deleted.
That would not make sense. The smallEcModel is starting to get generated in line 26, and then modified in the rest of the function.
|
Resolved in #331 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug:
Initially spotted here, running the last step of the light tutorial triggers an error.
Reproducing these results:
System information
I hereby confirm that I have:
develop
branch of the repositoryThe text was updated successfully, but these errors were encountered: