Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbrenas committed Dec 12, 2024
1 parent 86e7e02 commit 7b69da9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/anoph/test_hap_frq.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
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,
test_plot_frequencies_interactive_map,
)


Expand Down Expand Up @@ -91,7 +91,7 @@ def check_hap_frequencies_advanced(
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)
# test_plot_frequencies_interactive_map(api, ds)
assert set(ds.dims) == {"cohorts", "variants"}

expected_cohort_vars = [
Expand Down Expand Up @@ -164,6 +164,8 @@ 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)

# Standard checks.
check_hap_frequencies(
api=api,
Expand Down

0 comments on commit 7b69da9

Please sign in to comment.