Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 19, 2024
1 parent a75ee76 commit 8e7e0d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/data/test_datamodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ def test_init():
val_period=[None, None],
)


def test_iter():
dm = DataModule(
configuration=None,
Expand Down Expand Up @@ -48,4 +49,5 @@ def test_iter_multiprocessing():
# Make sure we've served 2 batches
assert served_batches == 2

# TODO add test cases with some netcdfs premade samples

# TODO add test cases with some netcdfs premade samples

0 comments on commit 8e7e0d0

Please sign in to comment.