Skip to content

Commit 81b623b

Browse files
authored
Merge branch 'master' into GH947-fst-zscore-zero-se
2 parents 61f8a90 + 2ceb107 commit 81b623b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

malariagen_data/anoph/aim_data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ def plot_aim_heatmap(
208208
show: plotly_params.show = True,
209209
renderer: plotly_params.renderer = None,
210210
) -> plotly_params.figure:
211+
aims = self._prep_aims_param(aims=aims)
211212
# Load AIM calls.
212213
ds = self.aim_calls(
213214
aims=aims,

0 commit comments

Comments
 (0)