Closed kevindlewis23 closed 2 months ago
Hello @kevindlewis23! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:
There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:
_buildDict
in spacegroup.py
has a small difference to _buildDict
in symbols.py
, where hstr
takes everything before the colon instead of the entire string, like nstr
. So, my current solution is to use the same string in both places bet let the separate buildDicts be run.
I don't know if these should be different
Removal of duplicate methods and some refactoring of matrixutil. Let me know if this needs to be two separate pull requests
Also ignore the commit messages at the beginning, I'll squash these all but they are from a different branch