Skip to content

Commit ecb6d03

Browse files
committed
Merge pull request opencv#18445 from alalek:fix_test_python_ml
2 parents 236ad4a + 97bb91d commit ecb6d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ml/misc/python/test/test_goodfeatures.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
class TestGoodFeaturesToTrack_test(NewOpenCVTests):
1212
def test_goodFeaturesToTrack(self):
1313
arr = self.get_sample('samples/data/lena.jpg', 0)
14-
original = arr.copy(True)
14+
original = arr.copy()
1515
threshes = [ x / 100. for x in range(1,10) ]
1616
numPoints = 20000
1717

0 commit comments

Comments
 (0)