StanfordASL/neural-network-lyapunov

Sign on the polytope bounding test is wrong for CI

Closed this issue · 1 comments

On my machine this test_utils.py/TestComputeBoundsFromPolytope/test2 test passes but on the CI it looks like the sign of the returned bounds is wrong (Inf instead of -Inf). I suspect this might have to do with the version of the solver on the CI (maybe a different convention?).

Resolved after #92