forked from theochem/iodata
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes theochem#73 Not all pylint exclusions can be removed, essentially due to pylint bugs resulting in many false negatives, see https://stackoverflow.com/questions/47972143/using-attr-with-pylint pylint-dev/pylint#1694 The good solution is to disable all type-checking warnings of pylint and to use a proper type checker like mypy instead. Related changes: - reaction_coordinate, ipoint, npoint, istep and nstep move to extra. - many getattr and hasattr calls are replaced by nicer code. - ArrayTypeCheckDescriptor is replaced by two simple functions. - Document IOData.charge - Bug got fixed in poscar format (gvecs)
- Loading branch information
Showing
26 changed files
with
216 additions
and
263 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
Oops, something went wrong.