Fix deprecation warning of .T for 1-d inputs by francois-rozet · Pull Request #761 · PythonOT/POT

@francois-rozet

Types of changes

Fix #760

Motivation and context / Related issue

See #760

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.

@francois-rozet

@francois-rozet

@codecov

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 97.16%. Comparing base (3a53dff) to head (14eb1a4).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #761   +/-   ##
=======================================
  Coverage   97.16%   97.16%           
=======================================
  Files         107      107           
  Lines       21879    21879           
=======================================
  Hits        21259    21259           
  Misses        620      620           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rflamary

MatDag pushed a commit to MatDag/POT that referenced this pull request

Sep 25, 2025
* Fix deprecation warning of .T for 1-d inputs

* Update RELEASES.md