Skip to content

Commit fdcd7da

Browse files
ianhitomwhite
authored andcommitted
format: run black format
1 parent 0f62b4e commit fdcd7da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sgkit/stats/hwe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ def hardy_weinberg_test(
137137
genotype_count: Optional[Hashable] = variables.variant_genotype_count,
138138
ploidy: Optional[int] = None,
139139
alleles: Optional[int] = None,
140-
merge: bool = True
140+
merge: bool = True,
141141
) -> Dataset:
142142
"""Exact test for HWE as described in Wigginton et al. 2005 [1].
143143

sgkit/stats/pc_relate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def pc_relate(
3939
call_genotype: Hashable = variables.call_genotype,
4040
call_genotype_mask: Hashable = variables.call_genotype_mask,
4141
sample_pc: Hashable = variables.sample_pca_projection,
42-
merge: bool = True
42+
merge: bool = True,
4343
) -> xr.Dataset:
4444
"""Compute PC-Relate as described in Conomos, et al. 2016 [1].
4545

0 commit comments

Comments
 (0)