forked from materialsproject/pymatgen
-
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.
Improve type annotations for
core.structure
(materialsproject#3837)
* remove a lot of ignore tags * first go: quick look and comment/type tweaks * remove ALL type: ignore[reportPossiblyUnboundVariable] * a quick look * tweak module docstring * fix/supress PossiblyUnboundVariable * pre-commit fix * add debug tag * fix some mypy errors * fix some mypy errors * suppress errors in `__setitem__` * fix typos * fix union * revert change to md * tweaks --------- Co-authored-by: Janosh Riebesell <[email protected]>
- Loading branch information
1 parent
74e692b
commit d0ad785
Showing
11 changed files
with
422 additions
and
319 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""Modules for prediciting theoretical solar-cell efficiency.""" | ||
"""Module for predicting theoretical solar-cell efficiency.""" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
"""Modules for prediciting topological properties.""" | ||
"""Module for predicting topological properties.""" |
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.