Skip to content

Commit

Permalink
Add False case to test_batch_3d_1d_input_batch_dims
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 committed Oct 10, 2024
1 parent 0262233 commit 721e403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbatcher/tests/test_generators.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ def test_batch_3d_1d_input(sample_ds_3d, input_size):
'concat',
[
True,
False,
],
)
def test_batch_3d_1d_input_batch_dims(sample_ds_3d, concat):
Expand Down

0 comments on commit 721e403

Please sign in to comment.