-
Notifications
You must be signed in to change notification settings - Fork 18
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
invalid type in method definition for mapshape #63
Comments
Having the same problem. |
+1 |
You need to go into ./julia and git checkout master |
dioptre - could you expand on this? I'm having same problem (with Julia v0.4.5) |
You need to go into the downloaded module directory in .Julia and get the On Fri, Jun 3, 2016, 02:32 davidzentlermunro notifications@github.com
|
On Julia Version 0.4.1-pre+16 (2015-10-24 06:33 UTC)
Commit 2cdef5d (5 days old release-0.4)
x86_64-redhat-linux
I get the error below as soon as I type
julia> using NumericExtensions
ERROR: LoadError: LoadError: ArgumentError: invalid type for argument s1 in method definition for mapshape at /local/home/fredrikb/.julia/v0.4/NumericExtensions/src/shapes.jl:44
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:304
in include at ./boot.jl:261
in include_from_node1 at ./loading.jl:304
in require at ./loading.jl:243
while loading /local/home/fredrikb/.julia/v0.4/NumericExtensions/src/shapes.jl, in expression starting on line 44
while loading /local/home/fredrikb/.julia/v0.4/NumericExtensions/src/NumericExtensions.jl, in expression starting on line 117
Any ideas?
Best regards,
Fredrik
The text was updated successfully, but these errors were encountered: