Skip to content

Commit dfa51c5

Browse files
committed
update test spatialdata.data
1 parent a124511 commit dfa51c5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/testthat/test-plotImage.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,7 @@ test_that(".check_cl", {
5656
})
5757

5858
dir.create(td <- tempfile())
59-
pa <- unzip_spd_demo(zipname="steinbock_io.zip", dest=td, source="biocOSN")
60-
x <- readSpatialData(pa, images=1, labels=FALSE, points=FALSE, shapes=FALSE, tables=FALSE)
59+
(x <- SpatialData.data::MulticancerSteinbock())
6160
a <- data(image(x)[seq_len(3), seq_len(100), seq_len(100)], 1)
6261

6362
test_that(".get_img_dt", {

0 commit comments

Comments
 (0)