Skip to content

Commit 35c41f4

Browse files
committed
Fixed beale test function test
1 parent db05236 commit 35c41f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/argmin-testfunctions/src/beale.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ mod tests {
159159
hessian[i][j],
160160
hessian_fd[i][j],
161161
epsilon = f64::EPSILON,
162-
max_relative = 1e-3
162+
max_relative = 1e-2
163163
);
164164
}
165165
}

0 commit comments

Comments
 (0)