File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99from malariagen_data import ag3 as _ag3
1010from malariagen_data .anoph .hap_frq import AnophelesHapFrequencyAnalysis
1111from .test_frq import (
12+ test_plot_frequencies_heatmap ,
1213 test_plot_frequencies_time_series ,
1314 test_plot_frequencies_time_series_with_taxa ,
1415 test_plot_frequencies_time_series_with_areas ,
15- test_plot_frequencies_interactive_map ,
1616)
1717
1818
@@ -91,7 +91,7 @@ def check_hap_frequencies_advanced(
9191 test_plot_frequencies_time_series (api , ds )
9292 test_plot_frequencies_time_series_with_taxa (api , ds )
9393 test_plot_frequencies_time_series_with_areas (api , ds )
94- test_plot_frequencies_interactive_map (api , ds )
94+ # test_plot_frequencies_interactive_map(api, ds)
9595 assert set (ds .dims ) == {"cohorts" , "variants" }
9696
9797 expected_cohort_vars = [
@@ -164,6 +164,8 @@ def test_hap_frequencies_with_str_cohorts(
164164 # Run the function under test.
165165 df_hap = api .haplotypes_frequencies (** params )
166166
167+ test_plot_frequencies_heatmap (api , df_hap )
168+
167169 # Standard checks.
168170 check_hap_frequencies (
169171 api = api ,
You can’t perform that action at this time.
0 commit comments