changeset 32925:ac3121944bb7 stable

logm: Increase tolerance in test for Apple Silicon. * scripts/linear-algebra/logm.m: The tolerance in this test is exceeded by approx. 0.5*eps on Apple Silicon. Increase the tolerance to make the test pass in CI.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 03 Feb 2024 19:29:53 +0100
parents 8239df5ad55f
children de39818dca5e ab4b7e516ff3
files scripts/linear-algebra/logm.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/linear-algebra/logm.m	Sat Feb 03 15:32:48 2024 +0100
+++ b/scripts/linear-algebra/logm.m	Sat Feb 03 19:29:53 2024 +0100
@@ -197,7 +197,7 @@
 %!      -1.9769, -1.0922, -0.5831];
 %! if (__have_feature__ ("LLVM_LIBCXX"))
 %!   ## The math libraries in libc++ seem to require larger tolerances
-%!   tol = 60*eps;
+%!   tol = 65*eps;
 %! else
 %!   tol = 40*eps;
 %! endif