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
dist is list and we can't compare a list like that, it will give an error. #155 pull request may solve this error. You will get the error only if keep_dist=True in the one_sample.
The text was updated successfully, but these errors were encountered:
Thank you for looking at the code and reporting this issue. We are working on the signatures of some of the underlying methods, and are currently moving everything to Python 3 from Python 2. I expect we will be able to merge the new branch within a few days, which will fix this problem.
Again, I'm very grateful for the bug report and for your help!
in the
permute/permute/core.py
Line 607 in 2ff8f48
dist
is list and we can't compare a list like that, it will give an error. #155 pull request may solve this error. You will get the error only ifkeep_dist=True
in the one_sample.The text was updated successfully, but these errors were encountered: