You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add a few missing type imports
* Trade assert with assignment to keep mypy happy
* Add a few type annotations
* Add missing return type for __call__
* Switch comment type declaration to raw
* Get operators.py to pass
* Fix pymc.backends.report
* Fix a bunch of typing issues
* Import __future__.annotations to fix "| None"
* Update pymc/step_methods/hmc/integration.py
* Add __future__.annotations to hmc.py
* Remove unused Any import
* Don't cast float to np.array
* Replace 0 with 0.0 for float zeros
* Update pymc/step_methods/hmc/nuts.py
Closes#6282
Co-authored-by: Adrian Seyboldt <[email protected]>
Co-authored-by: Michael Osthege <[email protected]>
Our pre-commit started failing with the latest release of mypy. I am temporarily pinning it in f66f320
We should unpin ASAP, which will involve fixing the new complaints from mypy.
The text was updated successfully, but these errors were encountered: