Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
d-perl committed Dec 7, 2022
1 parent 1ba6627 commit 8bc11f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_VDS_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ def test_when_get_frames_and_shape_greater_than_1000_non_zero_then_correct():
def test_when_get_frames_and_shape_greater_than_1000_non_zero_greater_than_1000_then_correct():
sshape = split_datasets(["test1", "test2"], (1500, 10, 10), 1200)
assert sshape == [
Dataset("test1", (1000, 10, 10), 1000),
Dataset("test2", (500, 10, 10), 200),
]

Expand All @@ -60,7 +59,6 @@ def test_when_get_frames_and_shape_much_greater_than_1000_non_zero_greater_than_
["test1", "test2", "test3", "test4"], (3100, 10, 10), 1100
)
assert returned == [
Dataset("test1", (1000, 10, 10), 1000),
Dataset("test2", (1000, 10, 10), 100),
Dataset("test3", (1000, 10, 10), 0),
Dataset("test4", (100, 10, 10), 0),
Expand Down

0 comments on commit 8bc11f5

Please sign in to comment.