Skip to content
This repository was archived by the owner on Oct 18, 2023. It is now read-only.

Commit 4370045

Browse files
authored
Update trackerParamTests.js
1 parent 688c3c6 commit 4370045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/tests/modules/tracking/trackerParamTests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = () => {
7272
weights_lr: 0.03,
7373
window_function: "kaiser"
7474
};
75-
if(cv.version.minor > 4 || (cv.version.minor === 4 && cv.version.subminor > 3){
75+
if(cv.version.minor > 4 || (cv.version.minor === 4 && cv.version.subminor > 3)){
7676
params.psr_threshold = 0.4;
7777
}
7878

0 commit comments

Comments
 (0)