Skip to content

Commit

Permalink
Still fighting with haplotype frequencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbrenas committed Dec 12, 2024
1 parent 7b69da9 commit c8c4218
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions tests/anoph/test_hap_frq.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@

from malariagen_data import ag3 as _ag3
from malariagen_data.anoph.hap_frq import AnophelesHapFrequencyAnalysis
from .test_frq import (
test_plot_frequencies_heatmap,
test_plot_frequencies_time_series,
test_plot_frequencies_time_series_with_taxa,
test_plot_frequencies_time_series_with_areas,
)


@pytest.fixture
Expand Down Expand Up @@ -88,9 +82,9 @@ def check_hap_frequencies_advanced(
ds,
):
assert isinstance(ds, xr.Dataset)
test_plot_frequencies_time_series(api, ds)
test_plot_frequencies_time_series_with_taxa(api, ds)
test_plot_frequencies_time_series_with_areas(api, ds)
# test_plot_frequencies_time_series(api, ds)
# test_plot_frequencies_time_series_with_taxa(api, ds)
# test_plot_frequencies_time_series_with_areas(api, ds)
# test_plot_frequencies_interactive_map(api, ds)
assert set(ds.dims) == {"cohorts", "variants"}

Expand Down Expand Up @@ -164,7 +158,7 @@ def test_hap_frequencies_with_str_cohorts(
# Run the function under test.
df_hap = api.haplotypes_frequencies(**params)

test_plot_frequencies_heatmap(api, df_hap)
# test_plot_frequencies_heatmap(api, df_hap)

# Standard checks.
check_hap_frequencies(
Expand Down

0 comments on commit c8c4218

Please sign in to comment.