kr-colab / diploSHIC

feature-based deep learning for the identification of selective sweeps
MIT License
49 stars 14 forks source link

fixed py3.8 time bug #32

Closed jradrion closed 3 years ago

jradrion commented 3 years ago

time.clock() no longer works in python 3.8 I changed all time.clock() to time.perf_counter()

closes #31