Skip to content
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

Merged
merged 11 commits into from
Nov 15, 2023
Merged

Conversation

matthewcarbone
Copy link
Contributor

@matthewcarbone matthewcarbone commented Nov 5, 2023

Resolve #196.

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.
@matthewcarbone matthewcarbone self-assigned this Nov 5, 2023
@matthewcarbone matthewcarbone marked this pull request as draft November 5, 2023 15:16
@matthewcarbone
Copy link
Contributor Author

Note to self for later: I need to fix some bugs here with the local loading/writing key errors.

@matthewcarbone matthewcarbone marked this pull request as ready for review November 15, 2023 17:50
@codecov-commenter
Copy link

Codecov Report

Attention: 23 lines in your changes are missing coverage. Please review.

Comparison is base (dd590bd) 80.03% compared to head (307c264) 77.21%.
Report is 1 commits behind head on master.

Files Patch % Lines
lightshow/database.py 30.30% 23 Missing ⚠️

❗ 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.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add compatibility for molecules and clusters
2 participants