-
Notifications
You must be signed in to change notification settings - Fork 506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[MRG] Fix order problems in (F)GW barycenters and utils #576
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #576 +/- ##
=======================================
Coverage 96.61% 96.61%
=======================================
Files 74 74
Lines 15036 15037 +1
=======================================
+ Hits 14527 14528 +1
Misses 509 509 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice @cedricvincentcuaz , a few comments before merging.
test/test_gromov.py
Outdated
@@ -1454,7 +1463,7 @@ def test_fgw_barycenter(nx): | |||
|
|||
with pytest.raises(ot.utils.UndefinedParameter): # to raise warning when `fixed_structure=True`and `init_C=None` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not a warning but and error please
Types of changes
gromov.update_square_loss
andgromov.update_kl_loss
.Motivation and context / Related issue
How has this been tested (if it applies)
PR checklist