JuliaStats / KernelDensity.jl

Kernel density estimators for Julia
Other
177 stars 40 forks source link

Failing on 0.4 master #16

Closed ViralBShah closed 9 years ago

ViralBShah commented 9 years ago

I ran into this when doing using Gadfly.

ERROR: LoadError: LoadError: LoadError: LoadError: ArgumentError: invalid type for argument boundary in method definition for kde_range at /Users/viral/.julia/v0.4/KernelDensity/src/univariate.jl:62
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:134
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:134
 in reload_path at ./loading.jl:158
 in _require at ./loading.jl:70
 in require at ./loading.jl:56
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:134
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:134
 in reload_path at ./loading.jl:158
 in _require at ./loading.jl:70
 in require at ./loading.jl:53
while loading /Users/viral/.julia/v0.4/KernelDensity/src/univariate.jl, in expression starting on line 61
while loading /Users/viral/.julia/v0.4/KernelDensity/src/KernelDensity.jl, in expression starting on line 14
while loading /Users/viral/.julia/v0.4/Gadfly/src/statistics.jl, in expression starting on line 16
while loading /Users/viral/.julia/v0.4/Gadfly/src/Gadfly.jl, in expression starting on line 1054
simonbyrne commented 9 years ago

I've just tagged a new version, hopefully that should fix it.