-
Notifications
You must be signed in to change notification settings - Fork 676
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Type hints for mdamath.py * fix errors in mdamath.py * changed input from NDarray to arraylike * Added type annotations to init.py Added type annotations to init to avoid mypy from raising errors when other modules are type checked . * Allowing mypy to type check lib module * Update changes in init.py * Update __init__.py * type hints for pkdtree * Fix all errros in pkdtree.py * Chage npt.NDArray to np.ndarray * Update pkdtree.py * Update pkdtree.py * Update pkdtree.py * Update NeighborSearch.py * Update NeighborSearch.py * Update pkdtree.py Co-authored-by: Jonathan Barnoud <jonathan@barnoud.net>
- Loading branch information
Showing
5 changed files
with
62 additions
and
37 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