Skip to content

Commit

Permalink
align new imputer with others
Browse files Browse the repository at this point in the history
  • Loading branch information
sahahner committed Sep 13, 2024
1 parent 6c2d8d1 commit 829c6f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/anemoi/models/preprocessing/imputer.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ class ConstantAdditionalNaNImputer(BaseImputer):
def __init__(
self,
config=None,
data_indices: Optional[dict] = None,
data_indices: Optional[IndexCollection] = None,
statistics: Optional[dict] = None,
) -> None:
super().__init__(config, data_indices, statistics)
Expand Down

0 comments on commit 829c6f7

Please sign in to comment.