Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AdeelH committed Feb 20, 2023
1 parent 875d258 commit f4f1ca4
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -3,7 +3,7 @@
from rastervision.pytorch_learner.dataset.visualizer import SemanticSegmentationVisualizer


class TestAoiSampler(unittest.TestCase):
class TestVisualizer(unittest.TestCase):
def test_get_batch_from_empty_dataset(self):
viz = SemanticSegmentationVisualizer(
class_names=['background', 'building'],
Expand Down

0 comments on commit f4f1ca4

Please sign in to comment.