Hi, I encounter a problem when I set the PERMITTED_MEMORY in synthetic_short_gene_example\single_cell_calculations_short_gene.py. The released code set this value to be 8. But when I set it as 5 or 6, the error appears. Do I have to set the PERMITTED_MEMORY as the powers of base 2, e.g., 1 = 2^0, 2 = 2^1, 4 = 2^2, 8 = 2^3....