In 2019 I used futurize script to make code running under Python 3, finally I made more commits to consider @jonasstein's suggestion to use x * 1.0 / instead of old_div function. Also I replaced deprecated and deleted in Python 3.8 time.clock() with time.process_time() (for now in imports only).
In 2019 I used futurize script to make code running under Python 3, finally I made more commits to consider @jonasstein's suggestion to use
x * 1.0 /
instead ofold_div
function. Also I replaced deprecated and deleted in Python 3.8time.clock()
withtime.process_time()
(for now in imports only).