Skip to content
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

simplify dask.array to numpy route #226

Merged
merged 4 commits into from
Jun 14, 2015
Merged

Conversation

mrocklin
Copy link
Member

Fixes #225

@cpcloud
Copy link
Member

cpcloud commented Jun 14, 2015

discover also needs to be changed to from_numpy(a.shape, a.dtype)

@mrocklin
Copy link
Member Author

done

@cpcloud
Copy link
Member

cpcloud commented Jun 14, 2015

we're not installing from source with travis, can you remove the dask from the conda install line and add a pip install git+git://github.com/ContinuumIO/dask.git in there

@mrocklin
Copy link
Member Author

done

@cpcloud
Copy link
Member

cpcloud commented Jun 14, 2015

thx

@@ -37,6 +37,7 @@ install:

# Install various deps
- pip install sas7bdat
- pip install git://github.com/ContinuumIO/dask.git --upgrade
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry my original line was wrong, it needs a git+ before the git://

cpcloud added a commit that referenced this pull request Jun 14, 2015
simplify dask.array to numpy route
@cpcloud cpcloud merged commit 95e378a into blaze:master Jun 14, 2015
@cpcloud
Copy link
Member

cpcloud commented Jun 14, 2015

thanks @mrocklin

@mrocklin mrocklin deleted the dask-cleanup branch June 14, 2015 21:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants