JuliaOptimalTransport / OptimalTransport.jl

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

Cost Matrix function #104

Closed davibarreira closed 3 years ago

davibarreira commented 3 years ago

This PR is the separate PR for the cost matrix function, which would be a helper function in order to make writing functions as sinkhorndivergence(c, mu, nu) where c is a function.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 931149182


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/utils.jl 11 12 91.67%
<!-- Total: 11 12 91.67% -->
Totals Coverage Status
Change from base Build 928044156: -0.07%
Covered Lines: 473
Relevant Lines: 500

💛 - Coveralls
davibarreira commented 3 years ago

It seems that this helper function was not necessary, so I'm closing this PR.

coveralls commented 4 days ago

Pull Request Test Coverage Report for Build 931101555

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/utils.jl 11 12 91.67%
<!-- Total: 11 12 91.67% -->
Totals Coverage Status
Change from base Build 928044156: -0.07%
Covered Lines: 473
Relevant Lines: 500

💛 - Coveralls