Skip to content

Commit

Permalink
Rename read_abimo_intermediate_results_from_log
Browse files Browse the repository at this point in the history
to read_intermediate_results_from_log
  • Loading branch information
hsonne committed Oct 28, 2023
1 parent efc9080 commit 0886870
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# read_abimo_intermediate_results_from_log -------------------------------------
# read_intermediate_results_from_log -------------------------------------------

#' Read Intermediate Results from Log File
#'
#' @param file path to log file
read_abimo_intermediate_results_from_log <- function(
read_intermediate_results_from_log <- function(
file = file.path(tempdir(), "abimo_input_result.log")
)
{
Expand Down
2 changes: 1 addition & 1 deletion R/run_abimo.R
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ run_abimo <- function(
intermediates <- if (read_intermediates) {
catAndRun(
"Reading intermediate results from ABIMO log file",
read_abimo_intermediate_results_from_log(
read_intermediate_results_from_log(
file = kwb.utils::replaceFileExtension(output_file, ".log")
)
)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0886870

Please sign in to comment.