U,list ?
This commit is contained in:
parent
653cbc107c
commit
61b72f14f4
1 changed files with 1 additions and 1 deletions
|
|
@ -331,7 +331,7 @@ results <- parallel::mclapply(conditions_rows, function(s) {
|
|||
saveRDS(object = data_frame_output, file = temp_file_save)
|
||||
|
||||
# Saving inhabitual data
|
||||
if (all(pirho_mean_ARIs == 1L) & any(pirho_double_ARIs < 1L)) {
|
||||
if (all(unlist(pirho_mean_ARIs) == 1L) & any(unlist(pirho_double_ARIs) < 1L)) {
|
||||
warning("Incorrect result encountered, saving.")
|
||||
incorrect_filepath <- file.path(temp_dir, paste0(
|
||||
"incorrect_conditions_", s, "_on_",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue