JuliaIntervals / IntervalContractors.jl

Interval contractors and inverse (reverse) functions for Julia
Other
10 stars 10 forks source link

Method overwrite warning #31

Closed tkoolen closed 2 years ago

tkoolen commented 5 years ago

https://github.com/JuliaIntervals/IntervalContractors.jl/blob/f03cadd14b6a54fb94598df6cc7ad447e5507f77/src/arithmetic.jl#L4

is causing

WARNING: Method definition ^(IntervalArithmetic.Interval{Float64}, Base.Rational{T} where T<:Integer) in module IntervalArithmetic at /home/twan/.julia/packages/IntervalArithmetic/9q80F/src/intervals/functions.jl:10 overwritten in module IntervalContractors at /home/twan/.julia/packages/IntervalContractors/EI2Tp/src/arithmetic.jl:4.

for me with IntervalArithmetic 0.15.2.

dpsanders commented 5 years ago

Thanks for the report. Let me remove that.

dpsanders commented 5 years ago

In fact this was #27 which was stalled due to a failing test that has now been fixed in #30.

tkoolen commented 5 years ago

Great, thanks!