Skip to content

Commit

Permalink
update message
Browse files Browse the repository at this point in the history
  • Loading branch information
sbfnk committed Mar 15, 2024
1 parent f16904b commit e0479af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/stan.R
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ package_model <- function(model = "estimate_infections",
)
if (verbose) {
message(sprintf("Using model %s.", model))
message(sprintf("include is %s.", toString(include)))
message(sprintf("dir is %s.", toString(dir)))

Check warning on line 37 in R/stan.R

View check run for this annotation

Codecov / codecov/patch

R/stan.R#L37

Added line #L37 was not covered by tests
}

monitor <- suppressMessages
Expand Down

0 comments on commit e0479af

Please sign in to comment.