We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
This is modeled on thestrict option forzip().
strict
zip()
One use case is improving thereshape() recipe. In numpy, a reshape will raise an exception if the new dimensions do not exactly fit the data.
reshape()