there are several places where this is defined ```python mm, nn = m*mr, n * nr ``` but those variables aren't ever used. Is this a signal the implementation is incorrect or can they be safely removed?