Skip to content

Commit

Permalink
Quickfix
Browse files Browse the repository at this point in the history
  • Loading branch information
weshinsley committed Feb 5, 2024
1 parent c1a810c commit 6272b51
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions R/stochastic_process.R
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ stone_stochastic_process <- function(con, modelling_group, disease,
cert, index_start, index_end, out_path,
pre_aggregation_path = NULL,
deaths = "deaths", cases = "cases",
dalys = "dalys", ylls = "yll",
dalys = "dalys", yll = "yll",
runid_from_file = FALSE,
allow_missing_disease = FALSE,
upload_to_annex = FALSE,
Expand All @@ -93,7 +93,6 @@ stone_stochastic_process <- function(con, modelling_group, disease,
log_file = NULL,
silent = FALSE) {

browser()
start <- Sys.time()

## Initialise logger
Expand Down

0 comments on commit 6272b51

Please sign in to comment.