-
-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
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
TST,DOC: Bump scipy_doctest
(or remove pin) and fix new failures
#28019
Comments
We should pin tools to a specific version, and update in a controlled fasion. |
I see we do not pin matplotlib, scipy, pytz, pandas. Should we? |
Seems fine not to, since I don't think we ever ran into an issue and it seems simple enough to add when we do? |
Here's failing job: https://app.circleci.com/pipelines/github/numpy/numpy/30210/workflows/1d8f4112-60a7-42f9-ae82-3ff7ed57b6b5/jobs/44299 Two kinds of issues:
The issues at |
scipy_doctest
releasescipy_doctest
(or remove pin) and fix new failures
Reopening, we really should fix the new failures (and bump the version) soon! |
Matlab{Object,Function} inherit from np.ndarray; examples from {ndarray.strides,shape,fields} are broken. Should probably keep skipping in scipy until numpy/numpy#28019 is fixed.
Should have been closed when merging gh-28023 |
Matlab{Object,Function} inherit from np.ndarray; examples from {ndarray.strides,shape,fields} are broken. Should probably keep skipping in scipy until numpy/numpy#28019 is fixed.
@ev-br ping FYI, since the new scipy-doctest release (less than an hour ago) the refcheck has universal failures.
I suspect, this is all just bad documentation that needs fixing, but not sure yet. In either case, until fixed both CircleCI and the "benchmark" tests which also still run the refcheck are expected to fail.
(Currently, also the linter just started failing...)
The text was updated successfully, but these errors were encountered: