We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d614db commit 0ad4271Copy full SHA for 0ad4271
tests/test_tensorflow.R
@@ -5,7 +5,7 @@ test_that("check gpu device", {
5
6
library(tensorflow)
7
gpus = tf$config$experimental$list_physical_devices('GPU')
8
- expect_equal(length(gpus), 1)
+ expect_gte(length(gpus), 1)
9
})
10
11
test_that("tensorflow with gpu", {
0 commit comments