-
Notifications
You must be signed in to change notification settings - Fork 21
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
convert error #68
Comments
Sure, but it's just revealing a bug in julia---the changes after |
perhaps update Color v0.3.10's |
There isn't a fix yet; myself, I won't have time to look into this for the next 3 weeks or so. Though I guess I didn't realize you could trigger this on 0.3, too. I'll add that info to JuliaLang/julia#8631. Thanks! |
Switching the colormaps_sequential and colormaps_diverging values from tuples to vectors works around the Julia bug JuliaLang/julia#8631, solving JuliaAttic#68 and JuliaIO/HDF5.jl#160.
Closed by #73 |
with julia 0.3.1 on windows 7
this is fixed if i simply
Pkg.pin("Color",v"0.3.9")
likely related to JuliaLang/julia#8631 and JuliaIO/HDF5.jl#160
The text was updated successfully, but these errors were encountered: