Skip to content
Snippets Groups Projects
Commit 8ec6bc3e authored by Valentin Simon Lüdke's avatar Valentin Simon Lüdke
Browse files

Remove fill_nan_with_neighbors

parent a774cf92
No related branches found
No related tags found
3 merge requests!16Generate classical mhm setups from classical setup,!15Draft: Cut classical mhm setups,!8Draft: Resolve "Pre-Proc: incorporate tools for creating global setups"
Pipeline #262387 failed with stages
in 44 seconds
...@@ -169,7 +169,7 @@ class Catchment: ...@@ -169,7 +169,7 @@ class Catchment:
Inits the FlwdirRaster class from dem. Inits the FlwdirRaster class from dem.
""" """
# perform checks # perform checks
self.input_ds = fill_nan_with_neighbors(self.input_ds) # self.input_ds = fill_nan_with_neighbors(self.input_ds)
self.elevtn = self.input_ds.data self.elevtn = self.input_ds.data
if self._fdir is None: if self._fdir is None:
# Create a flow direction object # Create a flow direction object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment