Skip to content

Commit

Permalink
fix unittest (open-mmlab#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamerlin authored Aug 20, 2020
1 parent b127e4b commit 337ea07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_data/test_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ def test_base_dataset(self):
data_prefix=self.data_prefix,
start_index=3)
assert len(video_dataset) == 2
assert type(video_dataset[0]) == dict
assert video_dataset.start_index == 3

def test_repeat_dataset(self):
Expand Down

0 comments on commit 337ea07

Please sign in to comment.