• In the merged version of the filter there is an error in the data preparation step (in the [notebook]) (https://github.com/OpenSenseAction/pypwsqc/blob/main/docs/notebooks/merged_filters.ipynb)
´N = ds_pws.rainfall.sel(id=neighbor_ids).isnull().sum(dim="id")
isnull() should be notnull()...
• In the merged version of the filter there is an error in the data preparation step (in the [notebook]) (https://github.com/OpenSenseAction/pypwsqc/blob/main/docs/notebooks/merged_filters.ipynb)
´N = ds_pws.rainfall.sel(id=neighbor_ids).isnull().sum(dim="id")
isnull() should be notnull()...