From 7117bc2062fc119f8702d5c6e330c83c8927f35c Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Mon, 16 Oct 2023 06:42:42 -0700 Subject: [PATCH] Added missing algorithms file --- tests/IVIMmodels/unit_tests/algorithms.json | 102 ++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 tests/IVIMmodels/unit_tests/algorithms.json diff --git a/tests/IVIMmodels/unit_tests/algorithms.json b/tests/IVIMmodels/unit_tests/algorithms.json new file mode 100644 index 0000000..7ee606d --- /dev/null +++ b/tests/IVIMmodels/unit_tests/algorithms.json @@ -0,0 +1,102 @@ +{ + "algorithms": [ + "ETP_SRI_LinearFitting", + "IAR_LU_biexp", + "IAR_LU_modified_mix", + "IAR_LU_modified_topopro", + "IAR_LU_segmented_2step", + "IAR_LU_segmented_3step", + "IAR_LU_subtracted" + ], + "IAR_LU_biexp": { + "xfail_names": [ + "Vein", + "Blood RV", + "Blood LV", + "Blood RA" + ], + "tolerances": { + "f": 5, + "D": 5, + "Dp": 25 + } + }, + "IAR_LU_modified_mix": { + "xfail_names": [ + "Blood LV" + ], + "tolerances": { + "f": 5, + "D": 5, + "Dp": 25 + } + }, + "IAR_LU_modified_topopro": { + "xfail_names": [ + "Vein", + "Blood RV", + "Blood LV", + "Blood RA" + ], + "tolerances": { + "f": 5, + "D": 5, + "Dp": 25 + } + }, + "IAR_LU_segmented_2step": { + "xfail_names": [ + "Blood RV", + "Blood LV", + "Blood RA" + ], + "tolerances": { + "f": 5, + "D": 5, + "Dp": 25 + } + }, + "IAR_LU_segmented_3step": { + "xfail_names": [ + "Blood RV", + "Blood LV", + "Blood RA" + ], + "tolerances": { + "f": 5, + "D": 5, + "Dp": 25 + } + }, + "IAR_LU_subtracted": { + "xfail_names": [ + "Blood RV", + "Blood LV", + "Blood RA" + ], + "tolerances": { + "f": 5, + "D": 5, + "Dp": 25 + } + }, + "ETP_SRI_LinearFitting": { + "xfail_names": [ + "Artery", + "Blood RV", + "Blood LV", + "myocardium RV", + "myocardium ra", + "Liver", + "Blood RA" + ], + "options": { + "thresholds": [500] + }, + "tolerances": { + "f": 5, + "D": 5, + "Dp": 25 + } + } +} \ No newline at end of file