You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Our codebase currently uses both Makie.jl and Plots.jl. It would be good to converge to using only Makie.jl and remove the extra Plots.jl dependency, to decrease our overall number of dependencies and decrease precompilation time.
This will also decrease precompilation time downstream in ClimaCoupler.jl once we remove the Plots.jl dependency there.
The text was updated successfully, but these errors were encountered:
Plots.jl is not a dependency of the ClimaLand package. All of the instances of Plots.jl usage are in the docs or experiments, so I don't think this will decrease pre-compilation time in ClimaCoupler.
Plots.jl is not a dependency of the ClimaLand package. All of the instances of Plots.jl usage are in the docs or experiments, so I don't think this will decrease pre-compilation time in ClimaCoupler.
Is your feature request related to a problem? Please describe.
Our codebase currently uses both Makie.jl and Plots.jl. It would be good to converge to using only Makie.jl and remove the extra Plots.jl dependency, to decrease our overall number of dependencies and decrease precompilation time.
This will also decrease precompilation time downstream in ClimaCoupler.jl once we remove the Plots.jl dependency there.
The text was updated successfully, but these errors were encountered: