diff --git a/tests/conftest.py b/tests/conftest.py index 9fd3044..c03eb23 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -76,7 +76,7 @@ def datatransformations() -> list: import mlpp_lib.normalizers as no datatransformations = [ - no.create_transformation_from_str(n.name) + no.create_transformation_from_str(n.name, {"fillvalue": -5}) for n in no.DataTransformation.__subclasses__() ]