Conversation
Copy link
Copy Markdown
Collaborator
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.
Copy link
Copy Markdown
Codecov Report
All modified and coverable lines are covered by tests ✅
Additional details and impacted filesProject coverage is 96.68%. Comparing base (
246de6b) to head (73fd03f).
@@ 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