You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cran-comments.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,15 @@
1
1
2
2
# Description
3
3
4
-
This update tweaks how one test is handled for the MKL check. ( https://www.stats.ox.ac.uk/pub/bdr/Rblas/MKL/BGmisc.out ) We have changed the test from expect_true(all(diag(add) == 1)) to expect_true(sum((diag(add) - 1)^2) < 1e-10). This test should work on all platforms. While we were at it, we also allowed some of the expect_equal tests to have a tolerance of 1e-10.
4
+
Thanks Brian Ripley for letting me know about the MKL test failure ( https://www.stats.ox.ac.uk/pub/bdr/Rblas/MKL/BGmisc.out ). We have changed the test from expect_true(all(diag(add) == 1)) to expect_true(sum((diag(add) - 1)^2) < 1e-10). This test should work on all platforms, as we believe that this was the result of a floating point error. While we were at it, we also allowed some of the expect_equal tests to have a tolerance of 1e-10.
5
5
6
6
7
7
8
8
# Test Environments
9
9
10
10
1. Local OS: Windows 11 x64 (build 22635), R version 4.4.1 (2024-06-14 ucrt)
0 commit comments