JuliaPlots / VennEuler.jl

Venn/Euler Diagrams for Julia
Other
11 stars 6 forks source link

MethodError during call to isnan in julia 0.5.2 and 0.6.1 #18

Closed pegger0709 closed 4 years ago

pegger0709 commented 6 years ago

Hello, I installed the VennEuler package, then followed the example given on the repository. Everything worked fine until I ran the line

eo = make_euler_object(setlabels, randdata, spec, sizesum=.5) # test shortcut

at which point the following error

ERROR: MethodError: no method matching isnan(::Array{Array{Float64,1},1})

was thrown. It seems to be on line 79 and 80 of src/states.jl. I tried on both julia 0.5.2 and julia 0.6.1 and got the same result.

Thanks for looking into this and best regards,

Philip

HarlanH commented 6 years ago

Hi Philip -- yes, the package has sadly been broken for a while. I'm hoping to make time to take a look once Julia 1.0 lands, but until then, you're probably on your own...

On Fri, Jan 12, 2018 at 1:42 PM, Philip Egger notifications@github.com wrote:

Hello, I installed the VennEuler package, then followed the example given on the repository. Everything worked fine until I ran the line

eo = make_euler_object(setlabels, randdata, spec, sizesum=.5) # test shortcut

at which point the following error

ERROR: MethodError: no method matching isnan(::Array{Array{Float64,1},1})

was thrown. It seems to be on line 79 and 80 of src/states.jl. I tried on both julia 0.5.2 and julia 0.6.1 and got the same result.

Thanks for looking into this and best regards,

Philip

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HarlanH/VennEuler.jl/issues/18, or mute the thread https://github.com/notifications/unsubscribe-auth/AAH--aHIRe4bsAck36qA56YctTnpavp_ks5tJ6eagaJpZM4Rcqyz .