Skip to content

Commit

Permalink
cleaning unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: neuronflow <[email protected]>
  • Loading branch information
neuronflow committed Feb 1, 2024
1 parent a1951c4 commit 2459144
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions unit_tests/test_datatype.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,7 @@
import os
import unittest

import numpy as np

from panoptica.instance_approximator import ConnectedComponentsInstanceApproximator
from panoptica.instance_matcher import MaximizeMergeMatching, NaiveThresholdMatching
from panoptica.metrics import Metric, MetricMode, _Metric
from panoptica.panoptic_evaluator import Panoptic_Evaluator
from panoptica.panoptic_result import MetricCouldNotBeComputedException, PanopticaResult
from panoptica.utils.edge_case_handling import EdgeCaseHandler, EdgeCaseResult
from panoptica.utils.processing_pair import SemanticPair
from panoptica.metrics import Metric


class Test_Panoptic_Evaluator(unittest.TestCase):
Expand Down

0 comments on commit 2459144

Please sign in to comment.