You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears UnbalancedSinkhornTransport fails on .transform() calls. It seems to fail on the nx.array_equal(self.xs_, Xs) call. It seems the transporter is failing to set nx or self.nx.
Describe the bug
It appears UnbalancedSinkhornTransport fails on .transform() calls. It seems to fail on the
nx.array_equal(self.xs_, Xs)
call. It seems the transporter is failing to set nx or self.nx.To Reproduce
Code sample
Expected behavior
Transform should return the transported Xs sample.
Environment (please complete the following information):
pip
,conda
): PIPOutput of the following code snippet:
Linux-5.15.0-1061-realtime-x86_64-with-glibc2.35
Python 3.11.3 (main, May 15 2023, 15:45:52) [GCC 11.2.0]
NumPy 1.26.4
SciPy 1.10.1
POT 0.9.3
Additional context
Tested on 0.9.3 and 0.9.4
The text was updated successfully, but these errors were encountered: