Skip to content

Commit

Permalink
WIP perform_task for evaluations.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexzwanenburg committed Dec 5, 2024
1 parent aa166ca commit 97ebba4
Show file tree
Hide file tree
Showing 3 changed files with 360 additions and 13 deletions.
18 changes: 14 additions & 4 deletions R/Familiar.R
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ summon_familiar <- function(

# Select and sort unique tasks.
tasks <- .sort_tasks(tasks)

browser()
# Pre-processing -------------------------------------------------------------
.run_preprocessing(
cl = cl,
Expand Down Expand Up @@ -503,15 +503,25 @@ summon_familiar <- function(

# Explanation and evaluation -------------------------------------------------

# Start evaluation
run_evaluation(
.run_evaluation(
cl = cl,
project_list = project_info,
tasks = tasks,
experiment_data = experiment_data,
settings = settings,
outcome_info = outcome_info,
file_paths = file_paths,
verbose = verbose
)

browser()
# run_evaluation(
# cl = cl,
# project_list = project_info,
# settings = settings,
# file_paths = file_paths,
# verbose = verbose
# )

if (file_paths$is_temporary) {
# Collect all familiarModels, familiarEnsemble, familiarData and
# familiarCollection objects.
Expand Down
Loading

0 comments on commit 97ebba4

Please sign in to comment.