Skip to content

Commit

Permalink
remove debugging lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmigueles committed Nov 27, 2023
1 parent f5fd9c4 commit 1090630
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test_create_test_acc_csv.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
library(GGIR)
context("create_test_acc_csv")
test_that("create_test_acc_csv produces a file", {
t0 = Sys.time()
# creates file with correct filename
create_test_acc_csv(Nmin = 10)
fn = "123A_testaccfile.csv"
Expand All @@ -22,5 +21,4 @@ test_that("create_test_acc_csv produces a file", {
create_test_acc_csv(Nmin = 2311, sf = 1)
expect_true(file.exists(fn))
if (file.exists(fn)) file.remove(fn)
print(Sys.time() - t0)
})

0 comments on commit 1090630

Please sign in to comment.