FluidityProject / fluidity

Fluidity
http://fluidity-project.org
Other
365 stars 115 forks source link

Fix for Python3 time in regressiontest #296

Closed tmbgreaves closed 3 years ago

tmbgreaves commented 3 years ago

time.clock() no longer exists in python3 - we need to use time.perf_counter() instead. I'm not sure why this worked up to now - I'd have expected this to fail when we did the grand purge of python2.

angus-g commented 3 years ago

Probably supersedes #282

tmbgreaves commented 3 years ago

Thanks @angus-g , I'd completely missed that one - my bad! I'll approve and merge yours.