Skip to content

Commit

Permalink
model doesn't require sourcing functions from utils - this was an error.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertASmith committed Mar 13, 2024
1 parent 43cfd76 commit ea5bbdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/testthat/example_project/model.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ library(miceadds)
library(assertHE)

# source local functions
v_files <- list.files("./inst/example_project", full.names = T)
v_files <- v_files[-grep(x = v_files, pattern = "example_script.R")]
for(i in v_files) source(i)
#v_files <- list.files("./inst/example_project", full.names = T)
#v_files <- v_files[-grep(x = v_files, pattern = "example_script.R")]
#for(i in v_files) source(i)

# use default parameters from package
params <- sicksickerPack::dummy_sickSickerModel_params
Expand Down

0 comments on commit ea5bbdc

Please sign in to comment.