Skip to content

Commit fff86ea

Browse files
committed
fix issue in sage/combinat/designs/designs_pyx.pyx
1 parent 597aefd commit fff86ea

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sage/combinat/designs/designs_pyx.pyx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,8 +470,6 @@ def is_group_divisible_design(groups, blocks, v, G=None, K=None, lambd=1, verbos
470470

471471
cdef MemoryAllocator mem = MemoryAllocator()
472472
cdef unsigned short * matrix = <unsigned short *> mem.calloc(n*n, sizeof(unsigned short))
473-
if matrix is NULL:
474-
raise MemoryError(f"{n}")
475473

476474
# Counts the number of occurrences of each pair of points
477475
for b in blocks:

0 commit comments

Comments
 (0)