Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
move library calls from testthat.R to testthat/helpers.R
  • Loading branch information
njtierney committed Feb 14, 2022
1 parent b4755b2 commit b41f3cf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions tests/testthat.R
@@ -1,7 +1,4 @@
library(testthat)
library(tensorflow)
library(greta)
library(fields)
library(mockery)

test_check("greta")
1 change: 1 addition & 0 deletions tests/testthat/helpers.R
@@ -1,5 +1,6 @@
# test functions
options(testthat.progress.max_fails = 100)
library(fields)
library(tensorflow)

# set the seed and flush the graph before running tests
Expand Down

0 comments on commit b41f3cf

Please sign in to comment.