Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in "hits = np.sum(dist >= tst)" in one_sample test #156

Closed
UdiBhaskar opened this issue Jun 25, 2020 · 1 comment
Closed

Error in "hits = np.sum(dist >= tst)" in one_sample test #156

UdiBhaskar opened this issue Jun 25, 2020 · 1 comment

Comments

@UdiBhaskar
Copy link

in the

hits = np.sum(dist >= tst)
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.

@pbstark
Copy link
Contributor

pbstark commented Jul 23, 2020

Dear Uday Bhaskar--

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!

Philip

@pbstark pbstark closed this as completed Jul 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants