Skip to content

Commit

Permalink
fix: assign correctly to sanitizer compute
Browse files Browse the repository at this point in the history
  • Loading branch information
slevang committed Nov 13, 2023
1 parent 7071eeb commit 85defef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xeofs/preprocessing/sanitizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def transform(self, X: DataArray) -> DataArray:
self.is_valid_feature,
X_valid_features,
X_valid_samples,
X_isolated_nan,
X_valid_features_per_sample,
) = dask.compute(
self.is_valid_feature,
X_valid_features,
Expand Down

0 comments on commit 85defef

Please sign in to comment.