Skip to content

Commit

Permalink
remove metaclass II
Browse files Browse the repository at this point in the history
  • Loading branch information
JPXKQX committed Feb 20, 2025
1 parent bc67adb commit b2676b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/src/anemoi/training/losses/scalers/base_scaler.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def get_scaling(self) -> SCALER_DTYPE:
return self.scale_dims, scaler_values


class BaseDelayedScaler(BaseScaler, metaclass=ScaleDimABCMeta):
class BaseDelayedScaler(BaseScaler):
"""Base class for delayed Scalers.
The delayed scalers are only initialise when creating all the scalers, but its value is
Expand Down

0 comments on commit b2676b5

Please sign in to comment.