Skip to content

Commit ec4340c

Browse files
committed
fixed test pool test
1 parent 504208d commit ec4340c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

+nla/unittests/TestPoolTest.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ function spearmanEdgeTest(testCase)
7171

7272
expected_result = load(strcat(testCase.root_path, fullfile("+nla", "unittests", "spearman_result.mat")));
7373
isequaln(expected_result.edge_result, edge_result)
74-
testCase.verifyEqual(expected_result.edge_result, edge_result);
74+
testCase.verifyEqual(expected_result.edge_result, edge_result, "RelTol", 0.01);
7575
end
7676

7777
function pearsonEdgeTest(testCase)

0 commit comments

Comments
 (0)