THULAC-Python icon indicating copy to clipboard operation
THULAC-Python copied to clipboard

Use time.process_time instead of time.clock

Open nasyxx opened this issue 4 years ago • 1 comments

time.clock deprecated since version 3.3, and has been removed in version 3.8.

nasyxx avatar Feb 28 '20 08:02 nasyxx

Variate start is not used, I think start = time.clock() can be removed.

mymusise avatar Nov 03 '21 05:11 mymusise