Skip to content

Conversation

cedricvincentcuaz
Copy link
Collaborator

@cedricvincentcuaz cedricvincentcuaz commented Apr 25, 2025

Types of changes

fix undesirable behaviour of ot.unbalanced.lbfgsb_unbalanced when isinstance(reg_div, tuple) to test whether included functions in reg_div can handle numpy arrays. These tests are now handled via ot.utils.fun_to_numpy.

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

codecov bot commented Apr 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.10%. Comparing base (2825682) to head (3ec9057).
Report is 1 commits behind head on master.

Additional details and impacted files
@@ Coverage Diff @@ ## master #731 +/- ## ======================================= Coverage 97.09% 97.10% ======================================= Files 100 100 Lines 20432 20453 +21 ======================================= + Hits 19839 19861 +22  + Misses 593 592 -1 
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
@cedricvincentcuaz cedricvincentcuaz changed the title [WIP] Fix None init plan in unbalanced lbfgs solvers [MRG] Fix None init plan in unbalanced lbfgs solvers Apr 26, 2025
@rflamary rflamary merged commit a97a788 into PythonOT:master Jul 23, 2025
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment