JuliaOptimalTransport / OptimalTransport.jl

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

Add implementation of discrete 1D optimal transport #88

Closed devmotion closed 3 years ago

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 897546377


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/exact.jl 91 93 97.85%
<!-- Total: 91 93 97.85% -->
Totals Coverage Status
Change from base Build 889071712: 0.01%
Covered Lines: 329
Relevant Lines: 343

💛 - Coveralls
codecov-commenter commented 3 years ago

Codecov Report

Merging #88 (2e2a302) into master (ea089f2) will decrease coverage by 0.23%. The diff coverage is 96.87%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   95.90%   95.66%   -0.24%     
==========================================
  Files           1        2       +1     
  Lines         293      346      +53     
==========================================
+ Hits          281      331      +50     
- Misses         12       15       +3     
Impacted Files Coverage Δ
src/OptimalTransport.jl 95.20% <ø> (-0.71%) :arrow_down:
src/exact.jl 96.87% <96.87%> (ø)

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...2e2a302. Read the comment docs.

devmotion commented 3 years ago

:eyes: I assume the test errors are caused by https://github.com/PythonOT/POT/issues/169

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 889195975

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/exact.jl 91 94 96.81%
<!-- Total: 91 94 96.81% -->
Totals Coverage Status
Change from base Build 889071712: -0.2%
Covered Lines: 331
Relevant Lines: 346

💛 - Coveralls
coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 889189480

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/exact.jl 91 94 96.81%
<!-- Total: 91 94 96.81% -->
Totals Coverage Status
Change from base Build 889071712: -0.2%
Covered Lines: 331
Relevant Lines: 346

💛 - Coveralls