Update references to the nonexistent scheduler module to using the local module#3695
Merged
mrocklin merged 1 commit intodask:masterfrom Jun 30, 2018
ZiyaoWei:localscheduler
Merged
Update references to the nonexistent scheduler module to using the local module#3695mrocklin merged 1 commit intodask:masterfrom ZiyaoWei:localscheduler
mrocklin merged 1 commit intodask:masterfrom
ZiyaoWei:localscheduler
Conversation
Member
|
Yes, you're correct. Thank you for these fixes! |
convexset
added a commit
to convexset/dask
that referenced
this pull request
Jul 1, 2018
….com/convexset/dask into fix-tsqr-case-chunk-with-zero-height * 'fix-tsqr-case-chunk-with-zero-height' of https://github.com/convexset/dask: fixed typo in documentation and improved clarity Implement .blocks accessor (dask#3689) Fix wrong names (dask#3695) Adds endpoint and retstep support for linspace (dask#3675) Add the @ operator to the delayed objects (dask#3691) Align auto chunks to provided chunks, rather than shape (dask#3679) Adds quotes to source pip install (dask#3678) Prefer end-tasks with low numbers of dependencies when ordering (dask#3588) Reimplement argtopk to release the GIL (dask#3610) Note `da.pad` can be used with `map_overlap` (dask#3672) Allow tasks back onto ordering stack if they have one dependency (dask#3652) Fix extra progressbar (dask#3669) Break apart uneven array-of-int slicing to separate chunks (dask#3648) fix for `dask.array.linalg.tsqr` fails tests (intermittently) with arrays of uncertain dimensions (dask#3662)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There are a number of references to the
schedulermodule which doesn't exist. Looking at commit 0108940 it seems to indicatelocalis the correct package. My guess isscheduleris a WIP name that didn't all get updated before that commit was merged?My editor also removed a bunch of trailing whitespaces - since dask follows flake8 I didn't revert them but let me know if they should be left there or be updated in a different commit.
flake8 dask