-
Notifications
You must be signed in to change notification settings - Fork 4
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
MOI 1.0 #60
MOI 1.0 #60
Conversation
@matbesancon waiting for approval to run :) |
Please :) |
sorry about the delays! Am on the road for a bit |
You might say on the ROADef? |
there are still minor things to adjust it seems, @joaquimg if you have the time |
also @joaquimg you were invited as collaborator of the repo some time ago, if you accept you should be able to run CI directly 😛 |
Missed that! Just found in mailbox, but its expired. Can you re-send? |
- cleanup deps - loosen tols
Aaaand I am back asking for more CI, and a new collaborator invite XD. |
I have CI power in the mean time |
Codecov Report
@@ Coverage Diff @@
## master #60 +/- ##
==========================================
+ Coverage 84.41% 85.32% +0.91%
==========================================
Files 6 6
Lines 539 593 +54
==========================================
+ Hits 455 506 +51
- Misses 84 87 +3
Continue to review full report at Codecov.
|
All fails are the same: Dual Cone: Test Failed at /home/runner/work/MathOptSetDistances.jl/MathOptSetDistances.jl/test/projection_gradients.jl:215
Expression: ≈(dΠ, grad_fdm1, atol = tol) || ≈(dΠ, grad_fdm2, atol = tol)
Stacktrace:
[1] macro expansion
@ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.9/Test/src/Test.jl:464 [inlined]
[2] macro expansion
@ ~/work/MathOptSetDistances.jl/MathOptSetDistances.jl/test/projection_gradients.jl:215 [inlined]
[3] macro expansion
@ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined]
[4] macro expansion
@ ~/work/MathOptSetDistances.jl/MathOptSetDistances.jl/test/projection_gradients.jl:210 [inlined]
[5] macro expansion
@ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined]
[6] macro expansion
@ ~/work/MathOptSetDistances.jl/MathOptSetDistances.jl/test/projection_gradients.jl:[175](https://github.com/matbesancon/MathOptSetDistances.jl/runs/5434678975?check_suite_focus=true#step:6:175) [inlined]
[7] macro expansion
@ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined]
[8] top-level scope
@ ~/work/MathOptSetDistances.jl/MathOptSetDistances.jl/test/projection_gradients.jl:32
Dual Cone: Test Failed at /home/runner/work/MathOptSetDistances.jl/MathOptSetDistances.jl/test/projection_gradients.jl:215
Expression: ≈(dΠ, grad_fdm1, atol = tol) || ≈(dΠ, grad_fdm2, atol = tol)
Stacktrace:
[1] macro expansion
@ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.9/Test/src/Test.jl:464 [inlined]
[2] macro expansion
@ ~/work/MathOptSetDistances.jl/MathOptSetDistances.jl/test/projection_gradients.jl:215 [inlined]
[3] macro expansion
@ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined]
[4] macro expansion
@ ~/work/MathOptSetDistances.jl/MathOptSetDistances.jl/test/projection_gradients.jl:210 [inlined]
[5] macro expansion
@ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined]
[6] macro expansion
@ ~/work/MathOptSetDistances.jl/MathOptSetDistances.jl/test/projection_gradients.jl:175 [inlined]
[7] macro expansion
@ /opt/hostedtoolcache/julia/nightly/x64/share/julia/stdlib/v1.9/Test/src/Test.jl:1357 [inlined]
[8] top-level scope
@ ~/work/MathOptSetDistances.jl/MathOptSetDistances.jl/test/projection_gradients.jl:32 will give some tries |
Thanks @odow , I havent noticed that. |
last commit should fix #63 |
All Passing! |
LGTM! @joaquimg feel free to merge when this passes CI |
No description provided.