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,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" ,
You can’t perform that action at this time.
0 commit comments