Fix linter and dependency issues

This commit is contained in:
Carlos Felix 2024-11-19 15:01:27 -05:00 committed by Carlos Felix
commit 3e087a37a4
7 changed files with 619 additions and 730 deletions

View file

@ -39,6 +39,7 @@ def _choose_best_mask(
for mask in masks_in_priority_order:
if any(geo_df[mask][column_to_impute].notna()):
return mask
# pylint: disable-next=broad-exception-raised
raise Exception("No mask found")