JuliaOptimalTransport / OptimalTransport.jl

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

Update README.md #101

Closed devmotion closed 3 years ago

devmotion commented 3 years ago

I tried to address https://github.com/JuliaOptimalTransport/OptimalTransport.jl/issues/94.

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 929632872


Totals Coverage Status
Change from base Build 928044156: 0.0%
Covered Lines: 462
Relevant Lines: 488

💛 - Coveralls
codecov-commenter commented 3 years ago

Codecov Report

Merging #101 (cb90be9) into master (15e296a) will increase coverage by 10.41%. The diff coverage is 94.67%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master     #101       +/-   ##
===========================================
+ Coverage   84.25%   94.67%   +10.41%     
===========================================
  Files           1        7        +6     
  Lines         235      488      +253     
===========================================
+ Hits          198      462      +264     
+ Misses         37       26       -11     
Impacted Files Coverage Δ
src/quadratic.jl 88.00% <88.00%> (ø)
src/distances/bures.jl 89.65% <89.65%> (ø)
src/exact.jl 92.66% <92.66%> (ø)
src/entropic/sinkhorn_stabilized.jl 94.33% <94.33%> (ø)
src/entropic/sinkhorn.jl 97.98% <97.98%> (ø)
src/utils.jl 100.00% <100.00%> (ø)
src/wasserstein.jl 100.00% <100.00%> (ø)
... and 4 more

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 5b6f475...cb90be9. Read the comment docs.