-
Notifications
You must be signed in to change notification settings - Fork 28
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
Cycles met ids #756
Cycles met ids #756
Conversation
hgscott
commented
Nov 1, 2023
- fix Generalize Metabolite IDs in test_detect_energy_generating_cycles #755
- description of feature/fix- see Generalize Metabolite IDs in test_detect_energy_generating_cycles #755
- tests added/passed
- add an entry to the next release
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the changes! I'm curious to see all the problems this test will have once it is actually run on all the models where it was skipped before.
Please just make the changes for catching exceptions, the rest looks good!
2d7eb17
to
6708805
Compare
The tests fail because I need to make a fix to update the depinfo dependency... Not for you to worry about. |
One thing to note that I found, because the I just don't want people to generate the reports and freak out that all their models are broken! |
That's a good point. I suppose the flux should at least be greater than the tolerance of the solver. |
fac9be8
to
3e505ca
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #756 +/- ##
========================================
Coverage 74.85% 74.85%
========================================
Files 50 50
Lines 2955 2955
Branches 669 669
========================================
Hits 2212 2212
Misses 649 649
Partials 94 94 ☔ View full report in Codecov by Sentry. |
Now I merged your work without taking this into account. Would you be up for creating another PR to address this? |