We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ad5f5 commit 96cce2cCopy full SHA for 96cce2c
tests/testthat/test-opencl.R
@@ -3,6 +3,9 @@ context("opencl")
3
set_cmdstan_path()
4
fit <- testing_fit("bernoulli", method = "sample", seed = 123, chains = 1)
5
6
+runner_temp <- Sys.getenv('RUNNER_TEMP')
7
+if(runner_temp != "") Sys.setenv(TMPDIR=runner_temp)
8
+
9
test_that("all methods error when opencl_ids is used with non OpenCL model", {
10
stan_file <- testing_stan_file("bernoulli")
11
exe_file <- tempfile(pattern = "bernoulli-")
0 commit comments