Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] time.clock() deprecated in Python 3.8
Replaced all calls to time.clock() with time.perf_counter(). time.clock() has been removed from the time module in Python 3.8.
- Loading branch information