コード例 #1
0
 def test_check_detector_negative(self):
     with assert_raises(AttributeError):
         check_detector(self.detector_negative)
コード例 #2
0
ファイル: test_utility.py プロジェクト: flaviassantos/pyod
 def test_check_detector_negative(self):
     with assert_raises(AttributeError):
         check_detector(self.detector_negative)
コード例 #3
0
 def test_check_detector_positive(self):
     check_detector(self.detector_positive)
コード例 #4
0
ファイル: test_utility.py プロジェクト: flaviassantos/pyod
 def test_check_detector_positive(self):
     check_detector(self.detector_positive)