-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add support for non-supercell clusters/molecules #209
Conversation
For loading structures from disk, there was a fragile de-duplication of paths which didn't really ever work as expected. This has now been removed. Structure "names" are now simply indexes, with their origin paths saved as metadata.
Note to self for later: I need to fix some bugs here with the local loading/writing key errors. |
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #209 +/- ##
==========================================
- Coverage 80.03% 77.21% -2.83%
==========================================
Files 13 13
Lines 1042 1040 -2
==========================================
- Hits 834 803 -31
- Misses 208 237 +29 ☔ View full report in Codecov by Sentry. |
Resolve #196.