Winston.jl icon indicating copy to clipboard operation
Winston.jl copied to clipboard

Conflict between Winston.Image and Images.Image

Open timholy opened this issue 11 years ago • 0 comments

This conflict is unfortunate, and can lead to error messages like

ERROR: no method Image(Array{Float64,2}, Dict{ASCIIString,ASCIIString})
 in anonymous at no file:3
while loading /home/tim/julia/juliafunc/test/register_optimize.jl, in expression starting on line 229

depending on which order the packages are loaded in (I've seen errors the other way too, where a Winston method can't complete).

Any ideas about what to do? We could fully-qualify our methods in our packages, I guess.

timholy avatar Mar 07 '14 04:03 timholy