Skip to content

Commit

Permalink
Run with debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanhmorris committed Jan 15, 2025
1 parent cc0a636 commit d8403df
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pipelines/diagnostic_report/render_diagnostic_report.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ render_webpage <- function(model_run_dir, template_qmd_path) {

quarto_render(
input = page_qmd,
execute_params = list(model_dir_raw = model_run_dir)
execute_params = list(
model_dir_raw = model_run_dir,
execute_debug = TRUE
)
)
message("rendered ", page_html)

Expand Down

0 comments on commit d8403df

Please sign in to comment.