You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the visualizer/solver.py file uses the time.clock() function which is deprecated since python 3.8. so when I run viz-solver, I get the error: File ".../visualizer/solver.py", line 59, in __init__ self._solve_start = time.clock() AttributeError: module 'time' has no attribute 'clock'
The text was updated successfully, but these errors were encountered:
the
visualizer/solver.py
file uses thetime.clock()
function which is deprecated since python 3.8. so when I run viz-solver, I get the error:File ".../visualizer/solver.py", line 59, in __init__ self._solve_start = time.clock() AttributeError: module 'time' has no attribute 'clock'
The text was updated successfully, but these errors were encountered: