We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b80d291 commit dc2d3e0Copy full SHA for dc2d3e0
tsdate/prior.py
@@ -990,7 +990,6 @@ def fill_priors(
990
datable_nodes[np.argsort(ts.tables.nodes.time[datable_nodes])].astype(np.int32),
991
generations,
992
)
993
- print(population_size)
994
995
# TO DO - this can probably be done in an single numpy step rather than a for loop
996
for node in tqdm(
0 commit comments