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
I'm experiencing an issue with the wasserstein.test function. For example, when executing wasserstein.test(rnorm(10), rnorm(15)), R unexpectedly crashes. This problem occurs on my Linux system, whereas I do not encounter this issue on Windows.
I'm experiencing an issue with the
wasserstein.testfunction. For example, when executingwasserstein.test(rnorm(10), rnorm(15)), R unexpectedly crashes. This problem occurs on my Linux system, whereas I do not encounter this issue on Windows.