Closed tritemio closed 9 years ago
Add:
from __future__ import division
to all the modules and check where the division is expected to return an integer, and use // instead.
Conversion is done. More tests are needed though.
This is completed, new issues can be opened for specific bugs, if/whenever they are found.
Add:
to all the modules and check where the division is expected to return an integer, and use // instead.