ericphanson / UnbalancedOptimalTransport.jl

Sinkhorn divergences for measures of unequal mass
Other
14 stars 1 forks source link

fix aliasing bug #12

Closed ericphanson closed 9 months ago

ericphanson commented 9 months ago

fixes #11

Also updates tests for latest Convex/MOI syntax, and adds tests that OT! on the same arguments works.

codecov-commenter commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (2573b06) 99.29% compared to head (1359f33) 99.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #12 +/- ## ========================================== + Coverage 99.29% 99.39% +0.09% ========================================== Files 5 5 Lines 141 164 +23 ========================================== + Hits 140 163 +23 Misses 1 1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ericphanson commented 9 months ago

Nightly failure is https://github.com/jump-dev/Convex.jl/issues/512