File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments