Skip to content

Commit

Permalink
Make lintr happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
aadler committed Jun 25, 2024
1 parent cbae357 commit c816922
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions inst/tinytest/test-wrapper-global.R
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ A <- matrix(c(10, 0.05, 3, 17,
1.7, 8, 17, 0.1,
8, 14, 8, 14), nrow = 4)

B <- matrix(c(.1312, .2329, .2348, .4047,
.1696, .4135, .1451, .8828,
.5569, .8307, .3522, .8732,
.0124, .3736, .2883, .5743,
.8283, .1004, .3047, .1091,
.5886, .9991, .6650, .0381), nrow = 4)
B <- matrix(c(0.1312, 0.2329, 0.2348, 0.4047,
0.1696, 0.4135, 0.1451, 0.8828,
0.5569, 0.8307, 0.3522, 0.8732,
0.0124, 0.3736, 0.2883, 0.5743,
0.8283, 0.1004, 0.3047, 0.1091,
0.5886, 0.9991, 0.6650, 0.0381), nrow = 4)

hartmann6 <- function(x, a, A, B) {
fun <- 0
Expand Down

0 comments on commit c816922

Please sign in to comment.