Skip to content

Commit 124a77f

Browse files
tjstrucktjstruck
andauthored
Bootstrap fold bug (#136)
* Fixed bug where bootrapped SFS was not properly accepting folding (and likely incorrectly overwiting 'mask_corners'). * Update version 0.9.13 > 0.9.14 --------- Co-authored-by: tjstruck <tjstruck@arizona.edu>
1 parent 99050d9 commit 124a77f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dadi_cli/GenerateFs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def generate_fs(
125125
random.seed(seed)
126126
fragments = dadi.Misc.fragment_data_dict(dd, chunk_size)
127127
bootstrap_list = dadi.Misc.bootstraps_from_dd_chunks(
128-
fragments, bootstrap, pop_ids, projections, polarized
128+
fragments, bootstrap, pop_ids, projections, polarized=polarized
129129
)
130130
for fs, b in zip(bootstrap_list, range(len(bootstrap_list))):
131131
if marginalize_pops is not None:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "dadi-cli"
7-
version = "0.9.13"
7+
version = "0.9.14"
88
requires-python = ">=3.9"
99
description = "A command line interface for dadi"
1010
readme = "README.md"

0 commit comments

Comments
 (0)