Skip to content

Commit 832ba29

Browse files
committed
Removed the heterozygosity blcok
1 parent b74a0a8 commit 832ba29

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/anoph/test_dipclust.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ def test_plot_diplotype_clustering_advanced(
128128
dipclust_params = dict(
129129
region=fixture.random_region_str(region_size=5000),
130130
sample_sets=[random.choice(all_sample_sets)],
131-
heterozygosity=False,
132131
linkage_method=random.choice(linkage_methods),
133132
distance_metric=distance_metric,
134133
sample_query=random.choice(sample_queries),
@@ -161,7 +160,6 @@ def test_plot_diplotype_clustering_advanced_with_transcript(
161160
dipclust_params = dict(
162161
region=contig,
163162
snp_transcripts=transcripts,
164-
heterozygosity=False,
165163
sample_sets=[random.choice(all_sample_sets)],
166164
linkage_method=random.choice(linkage_methods),
167165
distance_metric="cityblock",
@@ -193,7 +191,6 @@ def test_plot_diplotype_clustering_advanced_with_cnv_region(
193191
dipclust_params = dict(
194192
region=region,
195193
cnv_region=region,
196-
heterozygosity=False,
197194
sample_sets=[random.choice(all_sample_sets)],
198195
linkage_method=random.choice(linkage_methods),
199196
distance_metric="cityblock",

0 commit comments

Comments
 (0)