Skip to content

Commit

Permalink
Remove calls to rm() in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Nov 12, 2021
1 parent dbcd4d2 commit 610befa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion tests/testthat/test-tsps.R
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ test_that("Test subset argument", {
})

# Data generation for multiple instrument tests ----
rm(list = ls())
set.seed(123456)
n <- 1000
psi0 <- 0.8
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-tsri.R
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ test_that("Test subset argument", {
})

# Data generation for multiple instrument tests ----
rm(list = ls())
set.seed(123456)
n <- 1000
psi0 <- 0.8
Expand Down

0 comments on commit 610befa

Please sign in to comment.