Skip to content

Commit

Permalink
Now MacARM is acting up.
Browse files Browse the repository at this point in the history
  • Loading branch information
Avraham Adler committed Feb 22, 2024
1 parent 8d6f65c commit 81edcd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/tinytest/test_MiniMaxApprox.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ if ("windows" %in% tolower(Sys.info()[["sysname"]])) {
errMsg <- "The algorithm neither converged when looking for a"

## Below case has failover to QR
expect_error(minimaxApprox(sin, 0.25, 0.75, 21L), errMsg)
expect_error(minimaxApprox(sin, 0.25, 0.75, 16L), errMsg)

# Test tailtol NULL
errMsg <- "The algorithm did not converge when looking for a"
Expand Down

0 comments on commit 81edcd3

Please sign in to comment.