-
Notifications
You must be signed in to change notification settings - Fork 139
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
assd function crashes on different size arrays #131
Comments
Hey BarY7, thanks for reporting! I'll take a look when I find some time and release another minor version. |
Note: Error stems from |
+1. When using with
And when I downgrade numpy to
As suggested in [1], it seems |
I met the same problem when using with |
I met the same problem when using with numpy==1.26.1,hope be solved |
Hello, first time using this lib, but I think a bug was introduced in the latest version from yesterday.
We have in the assd function in metric/binary.py:
When the returning arrays are not of the same dim,
numpy.mean
crashes with the exception:setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions.
A possible fix:
The text was updated successfully, but these errors were encountered: