-
Notifications
You must be signed in to change notification settings - Fork 23
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
cli: gather raw option #620
Conversation
Hello @richardjgowers! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
Comment last updated at 2023-11-16 17:27:41 UTC |
09fe3e2
to
c7c251d
Compare
I've not added tests for this as the current test files don't have the correct info (see #605 and #595 for ongoing context) This is what running this patch locally produces:
|
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #620 +/- ##
==========================================
- Coverage 92.21% 91.37% -0.84%
==========================================
Files 124 125 +1
Lines 8594 8491 -103
==========================================
- Hits 7925 7759 -166
- Misses 669 732 +63 ☔ View full report in Codecov by Sentry. |
return os.path.join(pooch.os_cache('openfe'), 'results.tar.gz.untar', 'results') | ||
|
||
|
||
@pytest.mark.download |
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.
we should probably also add in a pytest plugin that turns tests requiring downloads off by default?
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 need to discuss what "raw" means, or at least how we're not going to confuse users.
I'm not going to ask to write much more, but we should at least consider if we should write better docs?
Pinging @hannahbaumann for thoughts here too.
openfe gather will not correctly report DDG hydration values
this reports the unit estimates individually
26bb48a
to
2529f94
Compare
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.
@richardjgowers just the one thing, other LGTM (of course ignoring all the failing tests)
fixes issue #557
fixes issue #618
Developers certificate of origin