Skip to content

Commit a2c4275

Browse files
committed
Testing something
1 parent 6b9767d commit a2c4275

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/anoph/test_dipclust.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ 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,
131132
linkage_method=random.choice(linkage_methods),
132133
distance_metric=distance_metric,
133134
sample_query=random.choice(sample_queries),
@@ -160,6 +161,7 @@ def test_plot_diplotype_clustering_advanced_with_transcript(
160161
dipclust_params = dict(
161162
region=contig,
162163
snp_transcripts=transcripts,
164+
heterozygosity=False,
163165
sample_sets=[random.choice(all_sample_sets)],
164166
linkage_method=random.choice(linkage_methods),
165167
distance_metric="cityblock",
@@ -191,6 +193,7 @@ def test_plot_diplotype_clustering_advanced_with_cnv_region(
191193
dipclust_params = dict(
192194
region=region,
193195
cnv_region=region,
196+
heterozygosity=False,
194197
sample_sets=[random.choice(all_sample_sets)],
195198
linkage_method=random.choice(linkage_methods),
196199
distance_metric="cityblock",

0 commit comments

Comments
 (0)