open-cogsci/datamatrix

datamatrix.operations.fullfactorial() should catch memory errors

Closed this issue · 0 comments

The fullfactorial() function can try to create arrays that are too large to fit in memory. This seems to trigger either a MemoryError or a ValueError when calling np.zeros().