We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I believe we should not pass --doctest-modules in here, because of this even the doc string from code is passed and throws errors.
--doctest-modules
https://github.com/pymc-devs/pymc-experimental/blob/14e24063a9da3a624dff2e5c84528dedf7e522fe/.github/workflows/test.yml#L134
The text was updated successfully, but these errors were encountered:
The CI is doing good job testing code samples in documentation
Sorry, something went wrong.
The same should be applied to line executing on ubuntu then, since it misses the parameter there. https://github.com/pymc-devs/pymc-experimental/blob/14e24063a9da3a624dff2e5c84528dedf7e522fe/.github/workflows/test.yml#L71
No branches or pull requests
I believe we should not pass
--doctest-modules
in here, because of this even the doc string from code is passed and throws errors.https://github.com/pymc-devs/pymc-experimental/blob/14e24063a9da3a624dff2e5c84528dedf7e522fe/.github/workflows/test.yml#L134
The text was updated successfully, but these errors were encountered: