-
Notifications
You must be signed in to change notification settings - Fork 13
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
Added .read_cif() function and test file test_cif.py #217
Conversation
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.
This all looks reasonable, but the tests need to be updated to pass before we can merge this in.
Updated description of read_cif
added `assert dataset.merged` to `test_read_merged`
Condensed to 10K reflections
Updated to reflect gemmi version 0.6.2
for more information, see https://pre-commit.ci
Codecov Report
@@ Coverage Diff @@
## main #217 +/- ##
==========================================
- Coverage 98.39% 92.39% -6.00%
==========================================
Files 45 37 -8
Lines 1803 2434 +631
==========================================
+ Hits 1774 2249 +475
- Misses 29 185 +156
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 18 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
Looks good to me -- thanks!
The function
.read_cif()
currently works for single-dataset.cif
files with merged structure factors.