-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Inconsistent errors with SparseArray construction (new in 1.2) #32548
Comments
Note that this might be a 1.2 regression so we should take a look at it on triage. |
(Just a guess that the error checks by multiplying the dimensions together to get the maximum possible number of nnzs, and |
That's a relief. Sorry for the false alarm. |
I believe this and #32539 were caused by the same set of changes. |
Thank you very much for the quick analysis. |
Fixed by #31724. |
Seems to be fixed. |
In 1.1:
But in 1.2, there apparently was a change to ensure that the number of nonzero entries could fit:
However, the check is not applied consistently:
The text was updated successfully, but these errors were encountered: