|
8 | 8 |
|
9 | 9 | from malariagen_data import ag3 as _ag3 |
10 | 10 | from malariagen_data.anoph.hap_frq import AnophelesHapFrequencyAnalysis |
11 | | -from .test_frq import ( |
12 | | - test_plot_frequencies_heatmap, |
13 | | - test_plot_frequencies_time_series, |
14 | | - test_plot_frequencies_time_series_with_taxa, |
15 | | - test_plot_frequencies_time_series_with_areas, |
16 | | -) |
17 | 11 |
|
18 | 12 |
|
19 | 13 | @pytest.fixture |
@@ -88,9 +82,9 @@ def check_hap_frequencies_advanced( |
88 | 82 | ds, |
89 | 83 | ): |
90 | 84 | assert isinstance(ds, xr.Dataset) |
91 | | - test_plot_frequencies_time_series(api, ds) |
92 | | - test_plot_frequencies_time_series_with_taxa(api, ds) |
93 | | - test_plot_frequencies_time_series_with_areas(api, ds) |
| 85 | + # test_plot_frequencies_time_series(api, ds) |
| 86 | + # test_plot_frequencies_time_series_with_taxa(api, ds) |
| 87 | + # test_plot_frequencies_time_series_with_areas(api, ds) |
94 | 88 | # test_plot_frequencies_interactive_map(api, ds) |
95 | 89 | assert set(ds.dims) == {"cohorts", "variants"} |
96 | 90 |
|
@@ -164,7 +158,7 @@ def test_hap_frequencies_with_str_cohorts( |
164 | 158 | # Run the function under test. |
165 | 159 | df_hap = api.haplotypes_frequencies(**params) |
166 | 160 |
|
167 | | - test_plot_frequencies_heatmap(api, df_hap) |
| 161 | + # test_plot_frequencies_heatmap(api, df_hap) |
168 | 162 |
|
169 | 163 | # Standard checks. |
170 | 164 | check_hap_frequencies( |
|
0 commit comments