lanl-ansi / Juniper.jl

A JuMP-based Nonlinear Integer Program Solver
https://lanl-ansi.github.io/Juniper.jl/stable/
MIT License
179 stars 22 forks source link

Fix failures with MOI unit tests #206

Closed blegat closed 3 years ago

blegat commented 3 years ago

Note that CI passes, it is red only because it fails to push to codecov: https://travis-ci.org/github/lanl-ansi/Juniper.jl/jobs/758540329#L926

Wikunia commented 3 years ago

Thanks @blegat We might wanna move over to GitHub actions anyway @ccoffrin ?

ccoffrin commented 3 years ago

We should get the CI working with coverage. I am a fan of moving over to github actions.

blegat commented 3 years ago

Maybe defer that to a separate PR ?

Wikunia commented 3 years ago

Will do in: #208 I merge this thanks @blegat for fixing the tests.