test-staging#167
Open
TomAugspurger wants to merge 1 commit into
Open
Conversation
c3da31a to
f4984e9
Compare
Member
Author
|
FYI, the run failed https://github.com/pangeo-data/pangeo-binder/pull/167/checks?check_run_id=1259964516, but that isn't reflected in the GitHub UI. To fix the failing examples I think we just need a step to update the submodules (we pull pangeo-gallery/pangeo-gallery, which may be behind). |
f4984e9 to
aca41cf
Compare
aca41cf to
faab5de
Compare
Member
Author
|
cc @scottyhq, re-running this. |
Member
|
not sure about the failure. I made this repository a while back to facilitate specific images https://github.com/pangeo-data/notebook-binder. It is not at all automated, but allows for manual testing of specific images with a link like: Then I run some basic code or a notebook i've been working on w/ dask gateway. N from dask_gateway import Gateway
gateway = Gateway()
cluster = gateway.new_cluster()
clusterAnd watch a simple test calculation on the dashboard import dask.array as da
cluster.scale(4)
arr = da.random.random((10000, 10000), chunks=100)
arr.compute() |
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.
No description provided.