mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-28 14:01:16 -07:00
Fix linter and dependency issues
This commit is contained in:
parent
0da80c90d8
commit
3e087a37a4
7 changed files with 619 additions and 730 deletions
|
@ -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")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue