Skip to content

Commit

Permalink
return invisibly
Browse files Browse the repository at this point in the history
  • Loading branch information
lgessl committed Dec 12, 2023
1 parent 2dddfbb commit 1df99fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/compare_models.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,5 +100,5 @@ compare_models <- function(
)
message("Saving comparative performance plot to", perf_plot_spec$fname)

return(perf_tbl)
invisible(perf_tbl)
}
2 changes: 1 addition & 1 deletion R/prepare_and_fit.R
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ prepare_and_fit <- function(
fit_obj$model_spec <- model_spec
fits[[i]] <- fit_obj
}
return(fits)
invisible(fits)
}

0 comments on commit 1df99fc

Please sign in to comment.