File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,6 @@ def test_plot_diplotype_clustering_advanced(
128
128
dipclust_params = dict (
129
129
region = fixture .random_region_str (region_size = 5000 ),
130
130
sample_sets = [random .choice (all_sample_sets )],
131
- heterozygosity = False ,
132
131
linkage_method = random .choice (linkage_methods ),
133
132
distance_metric = distance_metric ,
134
133
sample_query = random .choice (sample_queries ),
@@ -161,7 +160,6 @@ def test_plot_diplotype_clustering_advanced_with_transcript(
161
160
dipclust_params = dict (
162
161
region = contig ,
163
162
snp_transcripts = transcripts ,
164
- heterozygosity = False ,
165
163
sample_sets = [random .choice (all_sample_sets )],
166
164
linkage_method = random .choice (linkage_methods ),
167
165
distance_metric = "cityblock" ,
@@ -193,7 +191,6 @@ def test_plot_diplotype_clustering_advanced_with_cnv_region(
193
191
dipclust_params = dict (
194
192
region = region ,
195
193
cnv_region = region ,
196
- heterozygosity = False ,
197
194
sample_sets = [random .choice (all_sample_sets )],
198
195
linkage_method = random .choice (linkage_methods ),
199
196
distance_metric = "cityblock" ,
You can’t perform that action at this time.
0 commit comments