[MRG] correct bugs with gw barycenter on 1 input by cedricvincentcuaz · Pull Request #628 · PythonOT/POT
Conversation
Types of changes
-
Depreciating feature for (F)GW barycenter functions : structures Cs[i], features Ys[i] and/or weights ps[i] are lists and should be arrays from a supported backend (e.g numpy).".
-
Allows to support computation of (F)GW barycenters over 1 input and not just several ones.
Motivation and context / Related issue
How has this been tested (if it applies)
PR checklist
- I have read the CONTRIBUTING document.
- The documentation is up-to-date with the changes I made (check build artifacts).
- All tests passed, and additional code has been covered with new tests.
- I have added the PR and Issue fix to the RELEASES.md file.
Codecov Report
All modified and coverable lines are covered by tests ✅
Project coverage is 96.68%. Comparing base (
246de6b) to head (73fd03f).
Additional details and impacted files
@@ Coverage Diff @@ ## master #628 +/- ## ========================================== + Coverage 96.67% 96.68% +0.01% ========================================== Files 85 85 Lines 16836 16890 +54 ========================================== + Hits 16276 16330 +54 Misses 560 560
rflamary
changed the title
[WIP] correct bugs with gw barycenter on 1 input
[MRG] correct bugs with gw barycenter on 1 input
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters