Skip to content

Commit

Permalink
Add a default fillvalue in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
louisPoulain committed Sep 13, 2024
1 parent 5e15e2f commit 54c3aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -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__()
]

Expand Down

0 comments on commit 54c3aac

Please sign in to comment.