Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SDPA-GMP fails MOI tests with BigFloat numeric type #5

Open
ericphanson opened this issue Sep 4, 2019 · 0 comments
Open

SDPA-GMP fails MOI tests with BigFloat numeric type #5

ericphanson opened this issue Sep 4, 2019 · 0 comments
Labels
bug Something isn't working upstream

Comments

@ericphanson
Copy link
Owner

Upstream issue: jump-dev/MathOptInterface.jl#841

To reproduce, change

const optimizer = SDPA_GMP.Optimizer{Float64}()

to

const optimizer = SDPA_GMP.Optimizer{BigFloat}()

in test/MOI_wrapper.jl.

Once the upstream issue is fixed, we should run the tests in a loop with different choices of T (I guess Float64 and BigFloat, but we could try other element types too).

@ericphanson ericphanson added bug Something isn't working upstream labels Sep 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working upstream
Projects
None yet
Development

No branches or pull requests

1 participant