-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hi,
after upgrading the Debian package from version 2.1.8.1 to 2.1.9 the CI test we are running on different architectures failed for all non-Intel architectures which you can see in the debci check matrix. When you have a look into one of the test logs - for instance for arm64 you can find the problem is here:
----- FAILED[data]: test_least_squares.R<68--69>
call| expect_true(abs(mean(data2$Y - f.predict)) < 0.01, info = "LS: checking if Gaussian absolute error within tolerance.")
diff| Expected TRUE, got FALSE
info| LS: checking if Gaussian absolute error within tolerance.
----- FAILED[data]: test_least_squares.R<70--71>
call| expect_true(sd(data2$Y - f.predict) < sigma, info = "LS: checking if Gaussian squared error within tolerance.")
diff| Expected TRUE, got FALSE
info| LS: checking if Gaussian squared error within tolerance.
Error: 2 out of 5 tests failed
Execution halted
It might be that relaxing the test condition could help passing this test again but I have to less knowledge about the internals of this package.
Kind regards, Andreas.
Metadata
Metadata
Assignees
Labels
No labels