diff --git a/imdlib/core.py b/imdlib/core.py index 48efdee..4b87b0e 100644 --- a/imdlib/core.py +++ b/imdlib/core.py @@ -321,7 +321,6 @@ def fill_na(self): if id_y[i] == 0: self.data[:, id_x[i], id_y[i]] = np.nan continue - continue for j in range(self.data.shape[0]): window = 0 while np.isnan(self.data[j, id_x[i], id_y[i]]):