-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
My default graphing library is Plots.jl
, but PBA clashes with it:
julia> a = uniform(0, 1)
Pbox: ~ uniform ( range=[0.0, 1.0], mean=0.5, var=0.083333)
julia> using Plots
julia> plot(a)
WARNING: both Plots and ProbabilityBoundsAnalysis export "plot"; uses of it in module Main must be qualified
I'm not sure what is actionable here, but it should at least be mentioned in the README and docs.
Part of the review for the JuliaCon proceedings: JuliaCon/proceedings-review#96
Metadata
Metadata
Assignees
Labels
No labels