-
Notifications
You must be signed in to change notification settings - Fork 27
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
operands could not be broadcast together with shapes (16,) (18,) #100
Comments
@SFashandi Thank you for reporting the issue. Could you provide the data for |
Hi, |
@ljwolf there does seem to be an issue with setting support for the J function. In the notebook example, setting |
Yes, only one needs to be kept, and you're right that On the shaping issue, I think it's related to undefined behaviour for some of the functions at the edges of their support. I will try to get this fixed ASAP! |
Thanks @ljwolf! |
ok @weikang9009, I think it's sufficient for now to use |
To be clear, the issue is that the So, we must use the full-length We truncate because it's annoying for the user to get back arrays that can't quickly be plotted. If you ask for a support of 20, but the last 2 are |
Hi,
Running ripley.j_test(points, support=20) give rise to a value error like below where other tests (G, F, etc.) works well:
ValueError: operands could not be broadcast together with shapes (16,) (18,)
Thanks for your consideration.
The text was updated successfully, but these errors were encountered: