issues
search
polsys
/
ennemi
Easy Nearest Neighbor Estimation of Mutual Information
https://polsys.github.io/ennemi/
MIT License
35
stars
12
forks
source link
Minor CI and typechecking updates
#107
Closed
polsys
closed
2 years ago
polsys
commented
2 years ago
Bump version number to 1.2.1
CI updates:
Drop 3.7 from unit testing
Run integration tests on all PRs
Try packaging before typechecking (as the latter is more likely to fail)
Typechecking:
Add some
.item()
calls where
ndarray
was implicitly compared to
float
Add one
# type: ignore
where the type checker gets confused (sees
ndarray
access to produce
Any
)
Remove one
# type: ignore
that mypy now handles correctly
.item()
calls wherendarray
was implicitly compared tofloat
# type: ignore
where the type checker gets confused (seesndarray
access to produceAny
)# type: ignore
that mypy now handles correctly