kr-colab / discoal

discoal is a coalescent simulation program capable of simulating models with recombination, selective sweeps, and demographic changes including population splits, admixture events, and ancient samples
GNU General Public License v3.0
48 stars 10 forks source link

Code is using feature removed in Python 3.3 #23

Closed molpopgen closed 3 years ago

molpopgen commented 3 years ago

Running the example gives:

AttributeError: module 'time' has no attribute 'clock'

The reason is that clock was deprecated, and eventually removed.

molpopgen commented 3 years ago

My bad--this is a diploSHIC issue!