Skip to content

Commit

Permalink
Add both task state conditions to permutations
Browse files Browse the repository at this point in the history
Signed-off-by: Liang Zhang <psychelzh@outlook.com>
  • Loading branch information
psychelzh committed Feb 29, 2024
1 parent 2f9b30a commit 0660d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _scripts/predict_phenotypes.R
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ cpm_branches <- tarchetypes::tar_map(
cpm_branches_perms <- tarchetypes::tar_map(
dplyr::filter(
config_cpm,
task == "am",
task %in% c("am", "wm"),
thresh_method == "alpha",
thresh_level == 0.01
),
Expand Down

0 comments on commit 0660d3c

Please sign in to comment.