Closed aberardinelli closed 7 years ago
We don't use github for development. You should ask for an account on trac.sagemath.org, and see http://doc.sagemath.org/html/en/developer/index.html for documentation on how to develop Sage.
Okay thanks. Will do!
The variable name 'i' was doing double duty: for loop beginning on line 1214 AND the while loop beginning on 1221. This resulted in incorrect/unexpected behavior. Changed while loop to j instead.