-
Notifications
You must be signed in to change notification settings - Fork 116
Implement spg_get_spacegroup_type_from_symmetry #176
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
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #176 +/- ##
===========================================
+ Coverage 84.63% 85.19% +0.55%
===========================================
Files 14 16 +2
Lines 1204 1317 +113
===========================================
+ Hits 1019 1122 +103
- Misses 185 195 +10
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
|
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.
LGTM! I left a tiny comment.
Yesterday, I learned unittest2pytest, which seems to help migrate bulit-in unittest to pytest.
For me, manual migration is easy because I wrote the current tests. But I agree, in general, it is a good idea to use those convenient tools. |
spg_get_spacegroup_type_from_symmetry
is implemented to replacespg_get_hall_number_from_symmetry
that is deprecated at v2.0.