Fix deprecated quantile 'interpolation' being passed to numpy#12108
Fix deprecated quantile 'interpolation' being passed to numpy#12108jrbourbeau merged 3 commits intodask:mainfrom
Conversation
|
I see a pandas nightly environment, but does that include numpy nightly? Is there a separate "all nightly" environment? |
Unit Test ResultsSee test report for an extended history of previous test failures. This is useful for diagnosing flaky tests. 9 files ±0 9 suites ±0 3h 9m 36s ⏱️ - 1m 9s Results for commit b487cb2. ± Comparison against base commit d5b0716. ♻️ This comment has been updated with latest results. |
jrbourbeau
left a comment
There was a problem hiding this comment.
Thanks @djhoese. I've added the upstream label (which will now run our CI with a bunch of nightly package versions -- including numpy) on any future commits. So if you push an empty commit you should see that build run. You can also include test-upstream in any commit message, which will also trigger that build.
|
Looks like a single unrelated failure (pyarrow): |
Side note: My IDE let me know that
overwrite_inputis never used which makes sense as far as dask not wanting inputs to be modified, but maybe it should be warned/errored if provided?pre-commit run --all-files