Skip to content

Commit

Permalink
Merge pull request #6 from pabloswfly/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
pabloswfly authored Dec 4, 2020
2 parents 8b52b19 + dc50e9f commit 3f1fb25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions genobuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ def sim_source(self, s):
)
self._sim_source = s

def simulate_msprime(self, params, random=False, gauss=False):

def simulate_msprime(self, params, randomize=False, gauss=False):

"""Simulate demographic data, returning a tensor with n_reps number
of genotype matrices"""
Expand Down

0 comments on commit 3f1fb25

Please sign in to comment.