Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change direct access of
.lo
and .hi
fields to function calls to `…
…inf` and `sup`. This PR is expected to be a no-op. ## Motivation This is necessary since the `.hi` field appears to be no longer available in `0.22`: #146 (comment) ## Testing `inf` and `sup` have been available in the `IntervalArithmetic.jl` package since `0.15`, which is the earliest version of `IntervalArithmetic.jl` our package supports: https://github.com/JuliaIntervals/IntervalArithmetic.jl/blob/e19764302e41c1b619b2a50727586be4ff90b6c7/src/IntervalArithmetic.jl#L55.
- Loading branch information