You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the report. This should be quite easy to fix, by simply swapping n and f. Would you prepare a pull request for this? You can even make the change online on GitHub. To find where the warning comes from, just have a look at the bracktrace.
Running on Julia Version 0.4.0-dev+5236 (Commit 01abdc3*), options.jl gives the following warning:
WARNING: ntuple(n::Integer,f::Function) is deprecated, use ntuple(f,n) instead.
The text was updated successfully, but these errors were encountered: