We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d021f51 commit 5a57346Copy full SHA for 5a57346
1 file changed
malariagen_data/anoph/frq_funcs.py
@@ -553,8 +553,8 @@ def plot_frequencies_interactive_map(
553
554
# Set up interactive controls.
555
variants = ds["variant_label"].values
556
- taxa = ds["cohort_taxon"].to_pandas().dropna().unique()
557
- periods = ds["cohort_period"].to_pandas().dropna().unique()
+ taxa = ds["cohort_taxon"].to_pandas().dropna().unique() # type: ignore
+ periods = ds["cohort_period"].to_pandas().dropna().unique() # type: ignore
558
controls = ipywidgets.interactive(
559
self.plot_frequencies_map_markers,
560
m=ipywidgets.fixed(freq_map),
0 commit comments