We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be2e919 commit b429fefCopy full SHA for b429fef
tests/test_dataset.py
@@ -42,6 +42,7 @@ def test_output_shape(dataset):
42
for i, (sequence, values) in enumerate(dataset):
43
print(i, "---", flush=True)
44
assert values.shape == (265, 250, 2)
45
+ assert sequence.shape == (265, 2000, 4)
46
47
48
def test_output_shape_sub_sampled_tracks(dataset_with_track_sampling):
0 commit comments