You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add keyword check_occu: bool = True to CifParser.get_structures() (#2836)
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* merging edits
* Update test_fstar.py
* Addressed comments from Matt
* Update test_fstar.py
* Add skip_checks to CifParser
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* add tests to skip_checks
add tests to skip_checks
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update test_skip_checks.py
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update test_skip_checks.py
* make recommended changes
* pre-commit auto-fixes
* remove Unnecessary `else` after `return` statement
* pre-commit auto-fixes
* Update cif.py
* pre-commit auto-fixes
* removed folder test skip checks
this folder must have gotten restored at some point. It has been deleted again.
* Made recommended changes
Shortened some if statements to contain less duplicates. Moved the skip_checks test to the right place.
* pre-commit auto-fixes
* Update test_cif.py
* Update test_cif.py
* deleted this version of fstar
* pre-commit auto-fixes
* pre-commit auto-fixes
* Update cif.py
* pre-commit auto-fixes
* Create Skip_checks_test.cif
* made requested edits
* pre-commit auto-fixes
* Update cif.py
* add doc str Warning: Aphysical site occupancies are incompatible with many pymatgen features.
* fix test_skip_checks and improve var names
* Update cif.py
* pre-commit auto-fixes
* fix errors
* pre-commit auto-fixes
* Update test_cif.py
* Update cif.py
* Update cif.py
* Update cif.py
* Update cif.py
* not sure why comp_dict construction was so complicated?
* ensure test_skip_checks raises ValueError without occupancy_tolerance=1.5
* Update cif.py
* pre-commit auto-fixes
* remove code duplication in repeated if skip_occu_checks blocks
* fix typos
* fix mypy
* reduce git diff
* rename skip_occu_checks to check_occu
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Janosh Riebesell <[email protected]>
0 commit comments