infiniteopt / InfiniteOpt.jl

An intuitive modeling interface for infinite-dimensional optimization problems.
https://infiniteopt.github.io/InfiniteOpt.jl/stable
MIT License
251 stars 17 forks source link

Fix test for MOI v1.23.0 #333

Closed odow closed 9 months ago

odow commented 9 months ago

This PR fixes the error type that is changing in MOI v1.23: https://github.com/jump-dev/MathOptInterface.jl/pull/2353

codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (1d19a18) 99.76% compared to head (3bdbd00) 99.76%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #333 +/- ## ======================================= Coverage 99.76% 99.76% ======================================= Files 36 36 Lines 6680 6680 ======================================= Hits 6664 6664 Misses 16 16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

pulsipher commented 9 months ago

Thanks for the PR!