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

Creating a blaze.array from another blaze.array does not work. #43

Closed
ovillellas opened this issue Mar 19, 2013 · 0 comments
Closed

Creating a blaze.array from another blaze.array does not work. #43

ovillellas opened this issue Mar 19, 2013 · 0 comments
Labels

Comments

@ovillellas
Copy link
Contributor

The problem comes from not handling when the source object is another array.

a=blaze.zeros('10,10,float64')
b=blaze.array(a) # fails

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant