We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Original ticket http://projects.scipy.org/numpy/ticket/1301 on 2009-11-21 by @endolith, assigned to unknown.
Obviously 33 dimensions is unrealistic, but shouldn't it create an exception rather than crashing?
Job 1, “ipython -pylab” terminated by signal SIGSEGV (Address boundary error)
The text was updated successfully, but these errors were encountered:
@pv wrote on 2009-11-21
Does not occur in 1.3.0:
>>> np.__version__ '1.3.0' >>> np.array(1, ndmin=33) Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: ndmin bigger than allowable number of dimensions NPY_MAXDIMS (=32)
Reopen if you see this with a recent version of Numpy.
Sorry, something went wrong.
BUG: ticket numpy#1899, fixed histogramdd bug with empty inputs.
6bb57cc
No branches or pull requests
Original ticket http://projects.scipy.org/numpy/ticket/1301 on 2009-11-21 by @endolith, assigned to unknown.
Obviously 33 dimensions is unrealistic, but shouldn't it create an exception rather than crashing?
Job 1, “ipython -pylab” terminated by signal SIGSEGV (Address boundary error)
The text was updated successfully, but these errors were encountered: