We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In #7792 mypy started failing, likely due to picking up new numpy versions.
I marked pymc/sampling/mcmc.py as failing type-hints for the purpose of the CI:
pymc/sampling/mcmc.py
pymc/sampling/mcmc.py:837: error: Argument "random_seed" to "init_nuts" has incompatible type "list[signedinteger[_64Bit]]"; expected "int | Sequence[int] | ndarray[Any, Any] | None | None"
The text was updated successfully, but these errors were encountered:
Unable to replicate this issue locally. Interpreting this as resolved, and perhaps closing this issue
Sorry, something went wrong.
No this isn't solved. You can try by opening a PR that undoes this commit 360cb6e and the CI should fail
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Description
In #7792 mypy started failing, likely due to picking up new numpy versions.
I marked
pymc/sampling/mcmc.py
as failing type-hints for the purpose of the CI:The text was updated successfully, but these errors were encountered: