There is no rules for "HEXAGONAL: 168 to 194" and "CUBIC: 195 to 230" in reflections.R, so deplete_systematic_absences(hkl, SG) is not functional for these space groups, such as 228, 229, and 230.
if (sym_number == 230)
{
hkl[(hkl[,1]+hkl[,2]+hkl[,3])%%2 != 0,4] <- NA
}
There is no rules for "HEXAGONAL: 168 to 194" and "CUBIC: 195 to 230" in reflections.R, so deplete_systematic_absences(hkl, SG) is not functional for these space groups, such as 228, 229, and 230.
if (sym_number == 230)
{
hkl[(hkl[,1]+hkl[,2]+hkl[,3])%%2 != 0,4] <- NA
}