We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afc8b9 commit db1944cCopy full SHA for db1944c
1 file changed
tests/testthat/test-utils-data-dataloader-shm.R
@@ -0,0 +1,4 @@
1
+test_that("all dataloader tests pass with SHM transport", {
2
+ withr::local_options(torch.dataloader_use_shm = TRUE)
3
+ source(test_path("test-utils-data-dataloader.R"), local = TRUE)
4
+})
0 commit comments