Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test-19-splitProbabilities fails on Darwin PPC #56

Open
barracuda156 opened this issue Apr 12, 2023 · 1 comment
Open

test-19-splitProbabilities fails on Darwin PPC #56

barracuda156 opened this issue Apr 12, 2023 · 1 comment

Comments

@barracuda156
Copy link

R version 4.2.3 (2023-03-15) -- "Shortstop Beagle"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: powerpc-apple-darwin10.8.0 (32-bit)

> Sys.unsetenv("R_TESTS")
> if (require(testthat, quietly = TRUE)) {
+   require(dbarts)
+   test_check("dbarts")
+ } else {
+   cat("package 'testthat' not available; cannot run unit tests\n")
+ }
Loading required package: dbarts
[ FAIL 1 | WARN 0 | SKIP 2 | PASS 771 ]

══ Skipped tests ═══════════════════════════════════════════════════════════════
• maxSIMDLevel == 0 is TRUE (2)

══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-19-splitProbabilities.R:124:3'): split probabilities sample from posterior ──
all(...) is not TRUE

`actual`:   FALSE
`expected`: TRUE 

[ FAIL 1 | WARN 0 | SKIP 2 | PASS 771 ]
Error: Test failures
Execution halted

Everything works aside of this one. Could it be fixed?

@barracuda156
Copy link
Author

@vdorie Could you address this one, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant