Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
fix name of test_assert_is_classification_dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyu2172 committed Jul 4, 2017
1 parent 4c8ee84 commit 09d61cf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ def get_example(self, i):
]
)
))
class TestAssertIsSemanticSegmentationDataset(unittest.TestCase):
class TestAssertIsClassificationDataset(unittest.TestCase):

def test_assert_is_semantic_segmentation_dataset(self):
def test_assert_is_classification_dataset(self):
if hasattr(self, 'option'):
dataset = self.dataset(self.color, self.option)
else:
Expand Down

0 comments on commit 09d61cf

Please sign in to comment.