From 0fd9f77fd6d726d1bf438a3e5e32ab0e8115f1ca Mon Sep 17 00:00:00 2001 From: Erin Date: Tue, 30 Apr 2024 12:36:16 -0400 Subject: [PATCH] mri lesional analysis --- plots/do_all_results.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plots/do_all_results.m b/plots/do_all_results.m index 08702e6..820113d 100644 --- a/plots/do_all_results.m +++ b/plots/do_all_results.m @@ -8,7 +8,7 @@ % containing intermediate results from the machine learning algorithm in % your results path and load these in order to generate plots (this will % take a few minutes at most). -do_full_pipeline = 0; +do_full_pipeline = 1; % End users should not change this doing_from_github = 0;