henselman-petrusek / Eirene.jl

Julia library for homological persistence
Other
117 stars 21 forks source link

WARNING: Method definition savehtml(IO, PlotlyBase.Plot{TT} #19

Closed henselman-petrusek closed 4 years ago

henselman-petrusek commented 4 years ago

The following error appears the first time Eirene loads in a shell.

julia> using Eirene
[ Info: Precompiling Eirene [9c0f25c4-2ca1-5870-89f6-52640788da1d]
WARNING: Method definition savehtml(IO, PlotlyBase.Plot{TT} where TT<:PlotlyBase.AbstractTrace) in module PlotlyBase at /Users/gh10/.julia/packages/PlotlyBase/80KwD/src/output.jl:40 overwritten in module PlotlyJS at /Users/gh10/.julia/packages/PlotlyJS/b9Efu/src/display.jl:334.
  ** incremental compilation may be fatally broken for this module **

WARNING: Method definition savehtml(PlotlyBase.Plot{TT} where TT<:PlotlyBase.AbstractTrace, AbstractString) in module PlotlyBase at /Users/gh10/.julia/packages/PlotlyBase/80KwD/src/output.jl:52 overwritten in module PlotlyJS at /Users/gh10/.julia/packages/PlotlyJS/b9Efu/src/display.jl:361.
  ** incremental compilation may be fatally broken for this module **
henselman-petrusek commented 4 years ago

This is a known issue involving plotlyJS.jl: sglyon/PlotlyJS.jl#294. Developers say it isn't likely to be patched in the immediate future, but so far there are no reported breakages in Eirene. Please comment if you've trouble with any of the usual Eirene functionality. Thanks!