-
Notifications
You must be signed in to change notification settings - Fork 7
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 initial code for density maps #83
base: master
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
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.
@artajmir3 thank you so much for your PR!
Could add a test for your notebook, by copy-pasting the file test_notebooks.py here:
https://github.com/compSPI/ioSPI/pull/75/files#diff-c12d9e359c589e405a132b291f892d640e0fd4b9bc459759d91f152ddc8c5571
If this passes, then we can merge. Thanks for the great work!
Marking as draft for now since the tests are not passing. Some indications:
|
Added initial code for reading a density map from a .mrc file.
Added corresponding tests.
Added a Jupyter notebook for test and visualization.