FABLE-3DXRD / fabian

GNU General Public License v3.0
1 stars 6 forks source link

Update to time.process_time() #24

Closed smerkel closed 9 months ago

smerkel commented 9 months ago

Fabian was using a call to time.clock() to process times. This function as been removed in Python3.8

I replaced the calls to time.clock() with time.process_time(). This is no impact on what is displayed and will run fine on newer python versions.

jonwright commented 9 months ago

Thanks - I will merge - for reasons unknown there is still #21 here that has not been merged (presumably I forgot, sorry!)