google-research / FirstOrderLp.jl

Experimental first-order solvers for linear and quadratic programming.
Apache License 2.0
103 stars 19 forks source link

Test fails #109

Closed haihaolu closed 1 year ago

haihaolu commented 1 year ago

Expected Behavior

No error should be raised when running the test.

Actual Behavior

Test "restart_scheme=adaptive_localized" fails.

Steps to Reproduce the Problem

  1. Clone the directory and set up the environment
  2. Running the tests by
    $ julia --color=yes --project -e 'import Pkg; Pkg.test("FirstOrderLp")'

Specifications

dapplegate commented 1 year ago

@ohinder commented (on PR #110)

When I run the code currently all the tests pass

Did you attempt to reproduce using Julia 1.7 on a Mac?

ohinder commented 1 year ago

ah ... I was using julia 1.8.3 when I switch to julia 1.7.1 the test fails