Skip to content

Commit

Permalink
Removed the heterozygosity blcok
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbrenas committed Dec 13, 2024
1 parent b74a0a8 commit 832ba29
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/anoph/test_dipclust.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ def test_plot_diplotype_clustering_advanced(
dipclust_params = dict(
region=fixture.random_region_str(region_size=5000),
sample_sets=[random.choice(all_sample_sets)],
heterozygosity=False,
linkage_method=random.choice(linkage_methods),
distance_metric=distance_metric,
sample_query=random.choice(sample_queries),
Expand Down Expand Up @@ -161,7 +160,6 @@ def test_plot_diplotype_clustering_advanced_with_transcript(
dipclust_params = dict(
region=contig,
snp_transcripts=transcripts,
heterozygosity=False,
sample_sets=[random.choice(all_sample_sets)],
linkage_method=random.choice(linkage_methods),
distance_metric="cityblock",
Expand Down Expand Up @@ -193,7 +191,6 @@ def test_plot_diplotype_clustering_advanced_with_cnv_region(
dipclust_params = dict(
region=region,
cnv_region=region,
heterozygosity=False,
sample_sets=[random.choice(all_sample_sets)],
linkage_method=random.choice(linkage_methods),
distance_metric="cityblock",
Expand Down

0 comments on commit 832ba29

Please sign in to comment.