-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
replace check for potcar hash with check for potcar summary stats (#966)
* replace check for potcar hash with check for potcar summary stats squash * rename vasp hashes to vasp stats in emmet settings * linting fixes * remove second CalcType import * Add legacy potcar checking using md5 header hashes * Revert "Add legacy potcar checking using md5 header hashes" This reverts commit 2c13dc9. * Undo precommit changes * Add deprecation warning for when space group of crystal in input can't be determined * add missing test file * update potcar validation field name for EmmetBuildSettings * try catch for get_potcar_stats * pre-commit format * mypy fixes --------- Co-authored-by: esoteric-ephemera <[email protected]>
- Loading branch information
1 parent
d334889
commit cf9f606
Showing
9 changed files
with
185 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.