ProbabilityBoundsAnalysis.jl
ProbabilityBoundsAnalysis.jl copied to clipboard
Fix examples to import the package correctly
Replace the (wrong)include with a correct using statement in this and other examples:
https://github.com/AnderGray/ProbabilityBoundsAnalysis.jl/blob/652700c7d2e1853f189b463d0786fd2f3c467f16/examples/simple.jl#L1
Part of the review for the JuliaCon proceedings: https://github.com/JuliaCon/proceedings-review/issues/96
Addressed, thanks!