JuliaOptimalTransport / OptimalTransport.jl

Optimal transport algorithms for Julia
https://juliaoptimaltransport.github.io/OptimalTransport.jl/dev
MIT License
93 stars 8 forks source link

Reorganize sinkhorn barycenter #89

Closed zsteve closed 2 years ago

zsteve commented 3 years ago

This PR updates sinkhorn_barycenter to use the same conventions for argument and variable names as sinkhorn_gibbs and related functions.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 890948598


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/OptimalTransport.jl 31 36 86.11%
<!-- Total: 31 36 86.11% -->
Totals Coverage Status
Change from base Build 889071712: -0.7%
Covered Lines: 295
Relevant Lines: 310

💛 - Coveralls
codecov-commenter commented 3 years ago

Codecov Report

Merging #89 (4dbe7e9) into master (ea089f2) will decrease coverage by 0.74%. The diff coverage is 86.11%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
- Coverage   95.90%   95.16%   -0.75%     
==========================================
  Files           1        1              
  Lines         293      310      +17     
==========================================
+ Hits          281      295      +14     
- Misses         12       15       +3     
Impacted Files Coverage Δ
src/OptimalTransport.jl 95.16% <86.11%> (-0.75%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update ea089f2...4dbe7e9. Read the comment docs.