Closed smichr closed 3 years ago
At this line the Q and N should be changed to q and n.
Q
N
q
n
test:
assert rand_partitions(3, 2, 1) == [[2, 1]]
Fixed. Thanks!
At this line the
Q
andN
should be changed toq
andn
.test: