-
Notifications
You must be signed in to change notification settings - Fork 1
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
Cleaning imports and adding dependencies #10
Conversation
We need to fix #11 that should fix the tests with the current |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10 +/- ##
=======================================
Coverage ? 92.06%
=======================================
Files ? 7
Lines ? 416
Branches ? 0
=======================================
Hits ? 383
Misses ? 33
Partials ? 0 ☔ View full report in Codecov by Sentry. |
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.
I think we should add a pymbar pin and gufe >=0.9.5
so we don't pull in something old by mistake
Co-authored-by: Mike Henry <11765982+mikemhenry@users.noreply.github.com>
Cleaning unused imports and adding explicitly used dependencies to the CI/test environment file.
Resolves #9