We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504208d commit ec4340cCopy full SHA for ec4340c
1 file changed
+nla/unittests/TestPoolTest.m
@@ -71,7 +71,7 @@ function spearmanEdgeTest(testCase)
71
72
expected_result = load(strcat(testCase.root_path, fullfile("+nla", "unittests", "spearman_result.mat")));
73
isequaln(expected_result.edge_result, edge_result)
74
- testCase.verifyEqual(expected_result.edge_result, edge_result);
+ testCase.verifyEqual(expected_result.edge_result, edge_result, "RelTol", 0.01);
75
end
76
77
function pearsonEdgeTest(testCase)
0 commit comments