Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
louisPoulain committed Jun 20, 2024
1 parent d5629b0 commit 7866d46
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_multinormalizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
import numpy as np
import xarray as xr


def get_class_attributes(cls):
class_attrs = {name: field.default for name, field in cls.__dataclass_fields__.items()}
return class_attrs

def test_fit(normalizers, multinormalizer, features_multi):

for i, normalizer in enumerate(normalizers):
Expand Down

0 comments on commit 7866d46

Please sign in to comment.