Skip to content

Commit 2ceb107

Browse files
authored
Merge pull request #961 from Tanisha127/fix/290-aim-heatmap-error-message
fix: validate aims param early in plot_aim_heatmap for clearer error message
2 parents 06e52c5 + 8938a52 commit 2ceb107

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)