-
Notifications
You must be signed in to change notification settings - Fork 35
feat: experimental openfe gather-septop & openfe gather-abfe support
#1710
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
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* copy septop analysis notebook over * add todos * add plan and test * format * add failing tests * comment out secondary tests * add cli tmp * clean up imports * fix type hints in gather.py * test passes for gather raw * test passes for ddg * tests pass for dg * pull more error handling into septop * condense code a bit * MBAR uncertainty * remove planning stub * Revert "MBAR uncertainty" This reverts commit bf32aa3. * format * test with tolerances * precommit format * remove accidentally committed file * Apply suggestions from code review Co-authored-by: Hannah Baumann <43765638+hannahbaumann@users.noreply.github.com> --------- Co-authored-by: Hannah Baumann <43765638+hannahbaumann@users.noreply.github.com>
…-gather-improvements
…-gather-improvements
* add abfe MVP with tests * Apply suggestions from code review Co-authored-by: Hannah Baumann <43765638+hannahbaumann@users.noreply.github.com> * fix incorrect var name * fix abfe legs extraction * fix merge bug * remove unused import --------- Co-authored-by: Hannah Baumann <43765638+hannahbaumann@users.noreply.github.com>
* only apply precision rounding at the end * clean up code
* update abfe names parsing * update septop names parsing * add todo * get names from alchemical_components * remove todo
* format septop outputs with format_df_with_precision * only apply precision rounding at the end * update gather abfe formatting to use format_df_with_precision * remove unused import * switch back to checking final outputs for abfes * clean up code * add rounding for dg mle * simplify code
* format septop outputs with format_df_with_precision * only apply precision rounding at the end * update gather abfe formatting to use format_df_with_precision * remove unused import * switch back to checking final outputs for abfes * clean up code * add rounding for dg mle * simplify code * make gather_septop.py code more similar to gather.py * make gather_abfe.py code more similar to gather.py * remove unused function
…-gather-improvements
* add warnings for experimental gathering * use click to make output look nicer, not a true warning * add warning text * make yellow * add tests
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1710 +/- ##
==========================================
- Coverage 95.47% 93.09% -2.39%
==========================================
Files 187 189 +2
Lines 16241 16536 +295
==========================================
- Hits 15506 15394 -112
- Misses 735 1142 +407
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
IAlibay
requested changes
Dec 1, 2025
7 tasks
7 tasks
openfe gather-septop & openfe gather-abfe support
#1712) * gather septop/abfe output headers accurately reflect error type * split into func * label all uncertainty columns more specifically * add docstring * update test data
IAlibay
approved these changes
Dec 3, 2025
openfe gather-septop & openfe gather-abfe supportopenfe gather-septop & openfe gather-abfe support
|
No API break detected ✅ |
This was referenced Dec 4, 2025
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Checklist
newsentry, or the changes are not user-facing.pre-commit.ci autofixbefore requesting review.Manual Tests: these are slow so don't need to be run every commit, only before merging and when relevant changes are made (generally at reviewer-discretion).
Developers certificate of origin