-
Notifications
You must be signed in to change notification settings - Fork 875
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix array comparison in
core.Structure.merge_sites
, also allow `int…
…` property to be merged instead of `float` alone, `mode` only allow full name (#4198) * oops wrong branch * test __eq__ * fix typo * add test for illegal mode * minor code clean up * add test * add test for non-numerical warning * enhance dostring * more descriptive var name * use pytest skipif mark * mark classvar * remove skip mark altogether, no reason to check test file * add type alias type * NEED CONFIRM: make properties instance var * ruff fix
- Loading branch information
1 parent
9918e89
commit 361106f
Showing
5 changed files
with
143 additions
and
71 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