This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / exceptions / TooHardError

class

numpy.exceptions:TooHardError

source: build-install/usr/lib/python3.14/site-packages/numpy/exceptions.py :96

Summary

max_work was exceeded.

Extended Summary

This is raised whenever the maximum number of candidate solutions to consider specified by the max_work parameter is exceeded. Assigning a finite number to max_work may have caused the operation to fail.

Aliases

  • numpy.exceptions.TooHardError