Conversation
Copy link
Copy Markdown
Contributor
The docstrings for lowrank_gromov_wasserstein_samples and lowrank_sinkhorn have inaccuracies. I modified the docstring to match the actual usage.
In lowrank_gromov_wasserstein_samples:
- The matrix B should have dimensions (dim_b, dim_b) not (dim_a, dim_a)
alphais a float, not an intrescale_costisTrueby default, notFalsenumItermax_dykstrais 10000 by default, not 2000stopThr_dykstrais 1e-3 by default, not 1e-7
In lowrank_sinkhorn:
rescale_costisTrueby default, notFalse
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.
โ
Project coverage is 96.85%. Comparing base (2467702) to head (08e21ba).
@@ Coverage Diff @@ ## master #823 +/- ## ======================================= Coverage 96.85% 96.85% ======================================= Files 124 124 Lines 24840 24840 ======================================= Hits 24059 24059 Misses 781 781
- โ๏ธ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Copy link
Copy Markdown
Collaborator
Hello @akprasadan , thanks for the PR. I'm OK with merging it but you need to add a line in the RELEASES.md file describing the PR what you did and the PR number. This is important because it logs all that we did between releases and the contributors can do it better than me.