From 54b2bf4f21f45a44fd04955d09327e0be48d0d0d Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 16 Feb 2026 09:05:39 -0600 Subject: [PATCH 1/2] Open PR for analysis From 1f24f97523f1aa5131459a4ba240d81ccdd469c1 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 16 Feb 2026 15:10:44 -0600 Subject: [PATCH 2/2] Add algorithms to the exclude list --- tests/IVIMmodels/unit_tests/compare.r | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/tests/IVIMmodels/unit_tests/compare.r b/tests/IVIMmodels/unit_tests/compare.r index 9dc3c6ad..6d6104ea 100644 --- a/tests/IVIMmodels/unit_tests/compare.r +++ b/tests/IVIMmodels/unit_tests/compare.r @@ -10,7 +10,13 @@ # 4. For the algorithm "IAR_LU_modified_mix" and "TCML_TechnionIIT_lsqtrf", replace the "f_f_alpha, Dp_f_alpha, D_f_alpha, f_t_alpha, Dp_t_alpha, D_t_alpha" columns with "0.01,0.01,0.01,0.0,0.0,0.0" # Exclude certain algorithms -exclude_algorithms <- c("IAR_LU_modified_mix", "TCML_TechnionIIT_lsqtrf") +exclude_algorithms <- c("ETP_SRI_LinearFitting", "IAR_LU_biexp", "IAR_LU_modified_topopro", + "IAR_LU_segmented_2step", "IAR_LU_segmented_3step", "IAR_LU_subtracted", + "OGC_AmsterdamUMC_Bayesian_biexp", "OGC_AmsterdamUMC_biexp", + "OGC_AmsterdamUMC_biexp_segmented", "PV_MUMC_biexp", + "TCML_TechnionIIT_lsq_sls_BOBYQA", "TCML_TechnionIIT_lsq_sls_lm", + "TCML_TechnionIIT_lsq_sls_trf", "TCML_TechnionIIT_lsqBOBYQA", + "TCML_TechnionIIT_lsqlm", "TCML_TechnionIIT_SLS") args = commandArgs(trailingOnly=TRUE) # Define file paths