Skip to content

Commit 169cfcf

Browse files
committed
updating tests for bugs_examples/vol1
1 parent 5d746e5 commit 169cfcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bugs_examples/vol1/magnesium/magnesium.init.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ structure(c(-0.5, -0.5, -0.5, -0.5, -0.5, -0.5,
99
-0.5, -0.5, -0.5, -0.5, -0.5, -0.5,
1010
-0.5, -0.5, -0.5, -0.5, -0.5, -0.5,
1111
-0.5, -0.5, -0.5, -0.5, -0.5, -0.5),
12-
.Dim = c(8, 6))
12+
.Dim = c(6, 8))
1313
pc <-
1414
structure(c(0.5, 0.5, 0.5, 0.5, 0.5, 0.5,
1515
0.5, 0.5, 0.5, 0.5, 0.5, 0.5,
@@ -19,7 +19,7 @@ structure(c(0.5, 0.5, 0.5, 0.5, 0.5, 0.5,
1919
0.5, 0.5, 0.5, 0.5, 0.5, 0.5,
2020
0.5, 0.5, 0.5, 0.5, 0.5, 0.5,
2121
0.5, 0.5, 0.5, 0.5, 0.5, 0.5),
22-
.Dim = c(8, 6))
22+
.Dim = c(6, 8))
2323
inv_tau_sq_1 <- 1
2424
tau_sq_2 <- 1
2525
tau_3 <- 25

0 commit comments

Comments
 (0)