summarylogtreecommitdiffstats
path: root/fix-test-snapshot.patch
blob: 9359df6e98fe59dc030911992830e99f048fa7db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
diff --git a/mariner/tests/testthat/_snaps/InteractionArray.md b/mariner/tests/testthat/_snaps/InteractionArray.md
index 492df25..e6645e7 100644
--- a/mariner/tests/testthat/_snaps/InteractionArray.md
+++ b/mariner/tests/testthat/_snaps/InteractionArray.md
@@ -3,7 +3,7 @@
     Code
       counts(iarr, TRUE)
     Output
-      <11 x 11 x 10 x 2> array of class DelayedArray and type "double":
+      <11 x 11 x 10 x 2> DelayedArray object of type "double":
       ,,1,FS
                14740000 14745000 14750000 ... 14785000 14790000
       14435000        0        0        0   .        0        0
@@ -39,7 +39,7 @@
     Code
       counts(iarr[1:3, 1:2])
     Output
-      <11 x 11 x 3 x 2> array of class DelayedArray and type "double":
+      <11 x 11 x 3 x 2> DelayedArray object of type "double":
       ,,1,FS
              [,1]  [,2]  [,3] ... [,10] [,11]
        [1,]     0     0     0   .     0     0
@@ -64,7 +64,7 @@
     Code
       counts(iarr[3:4, 1])
     Output
-      <11 x 11 x 2 x 1> array of class DelayedArray and type "double":
+      <11 x 11 x 2 x 1> DelayedArray object of type "double":
       ,,1,FS
              [,1]  [,2]  [,3] ... [,10] [,11]
        [1,]     0     0     0   .     0     0
@@ -87,7 +87,7 @@
     Code
       counts(iarr[1:7, 1:2])
     Output
-      <11 x 11 x 7 x 2> array of class DelayedArray and type "double":
+      <11 x 11 x 7 x 2> DelayedArray object of type "double":
       ,,1,FS
              [,1]  [,2]  [,3] ... [,10] [,11]
        [1,]     0     0     0   .     0     0
@@ -112,7 +112,7 @@
     Code
       counts(iarr[1:7, 1])
     Output
-      <11 x 11 x 7 x 1> array of class DelayedArray and type "double":
+      <11 x 11 x 7 x 1> DelayedArray object of type "double":
       ,,1,FS
              [,1]  [,2]  [,3] ... [,10] [,11]
        [1,]     0     0     0   .     0     0
@@ -137,7 +137,7 @@
     Code
       counts(iarr[1, 1:2])
     Output
-      <11 x 11 x 1 x 2> array of class DelayedArray and type "double":
+      <11 x 11 x 1 x 2> DelayedArray object of type "double":
       ,,1,FS
              [,1]  [,2]  [,3] ... [,10] [,11]
        [1,]     0     0     0   .     0     0
@@ -160,7 +160,7 @@
     Code
       counts(iarr[1, 1])
     Output
-      <11 x 11 x 1 x 1> array of class DelayedArray and type "double":
+      <11 x 11 x 1 x 1> DelayedArray object of type "double":
       ,,1,FS
              [,1]  [,2]  [,3] ... [,10] [,11]
        [1,]     0     0     0   .     0     0