mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 15:23:05 +04:00
python(test): tests filtering
This commit is contained in:
@@ -194,4 +194,8 @@ class digits_test(NewOpenCVTests):
|
||||
self.assertLess(cv2.norm(confusionMatrixes[1] - confusionSVM, cv2.NORM_L1), normEps)
|
||||
|
||||
self.assertLess(errors[0] - 0.034, eps)
|
||||
self.assertLess(errors[1] - 0.018, eps)
|
||||
self.assertLess(errors[1] - 0.018, eps)
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
NewOpenCVTests.bootstrap()
|
||||
|
||||
Reference in New Issue
Block a user