-
Notifications
You must be signed in to change notification settings - Fork 9
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
Earth Mover Distance with MathOptInterface #19
Earth Mover Distance with MathOptInterface #19
Conversation
…lver for Earth-Mover Distance in OT
…d. 3 new tests implemented passed
…xample notebook and the tests
Just an update that I'm planning to try merge soon. There are just a few things I need to tweak. Also I'm not able to install your branch of
This seem to be a recent active issue that seems to affect also some other packages. |
@zsteve can you post the output of JuliaIO/HDF5.jl#751 (comment) |
It might be good to fix CI first, to ensure that everything is tested thoroughly (https://github.com/zsteve/OptimalTransport.jl/pull/20). |
|
@zsteve
here or perhaps in a gist? After loading the library in question that errors. |
@musm
If it helps, this is on Julia 1.5.3 in Arch environment. Here is the output of versioninfo()
|
Is it working now? |
Unfortunately not, I just tried precompiling MathOptInterface again on my local machine and it's failing. It could be something to do with my local machine but I'll try to work something out in the coming days. Apologies again for the slow response on my end, things are quite tense towards the end of this year... |
After the discussion with @devmotion , I've changed the implementation of the "ead" and "ead2" functions. Now, these functions were implemented only with MathOptInterface. Hence, the number of dependencies were reduced. Leaving for the users to choose the optimizer to solve the LP problem (e.g. Tulip, GLPK, Gurobi...). You can discard the other pull requests, this one already has all the changes.