You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the migration to numpy 2 (#219), the combine function has been reimplemented using NpyIter_MultiNew, but this function has a predefined limit of arguments of NPY_MAXARGS, being 32 in numpy 1.x and 64 in numpy 2.x.
This is a regression of previous behavior, when we were combining ~ 100 images without problems.
Due to the migration to numpy 2 (#219), the combine function has been reimplemented using
NpyIter_MultiNew
, but this function has a predefined limit of arguments of NPY_MAXARGS, being 32 in numpy 1.x and 64 in numpy 2.x.This is a regression of previous behavior, when we were combining ~ 100 images without problems.
See numpy/numpy#4398
The text was updated successfully, but these errors were encountered: