Closed ahwillia closed 9 years ago
I think the issue is that map()
isn't compatible with ArrayView
. I'll look into a way of circumventing this...
Interesting! Let me know what you find.
On Fri, May 29, 2015 at 12:12 PM, Alex Williams notifications@github.com wrote:
I think the issue is that map() isn't compatible with ArrayView http://stackoverflow.com/questions/30537164/using-map-on-an-arrayview-in-julia. I'll look into a way of circumventing this...
— Reply to this email directly or view it on GitHub https://github.com/madeleineudell/LowRankModels.jl/issues/8#issuecomment-106906085 .
Madeleine Udell PhD Candidate in Computational and Mathematical Engineering Stanford University www.stanford.edu/~udell
Yep, there was a problem with ArrayViews
that was screwing things up. I fixed it with a minor change to their similar()
method, and NNMF works fine now on my machine. Everything should run smoothly once the pull request goes through: https://github.com/JuliaLang/ArrayViews.jl/pull/27
Produces the following error for me:
The other examples in
simple_glrms.jl
seem to work for me though.