Skip to content

Commit e7278f1

Browse files
committed
Fix Cross-in-tray test function Hessian test
1 parent bd56240 commit e7278f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/argmin-testfunctions/src/crossintray.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ mod tests {
276276
hessian[i][j],
277277
hessian_fd[i][j],
278278
epsilon = f64::EPSILON,
279-
max_relative = 1e-4
279+
max_relative = 1e-3
280280
);
281281
}
282282
}

0 commit comments

Comments
 (0)