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

Higher dimensional reductions #50

Open
jw3126 opened this issue Apr 7, 2016 · 0 comments
Open

Higher dimensional reductions #50

jw3126 opened this issue Apr 7, 2016 · 0 comments

Comments

@jw3126
Copy link

jw3126 commented Apr 7, 2016

First of all thanks for this awesome package!

x = randn(3, 3, 4)
@devec m = maximum(x)

Throws the following error:

LoadError: MethodError: `to_length` has no method matching to_length(::Tuple{Int64,Int64,Int64})
while loading In[32], in expression starting on line 5

 in anonymous at ./no file:4294967295

1d and 2d reductions work, as well as 3d stuff like sin(x) + y that does not involve any reductions.

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

No branches or pull requests

1 participant