From d4492502fabcf39331b8d74106afa01783bf6801 Mon Sep 17 00:00:00 2001 From: Oscar Jalnefjord Date: Thu, 2 Nov 2023 19:29:18 +0100 Subject: [PATCH] Update algorithms.json Added OJ_GU --- tests/IVIMmodels/unit_tests/algorithms.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tests/IVIMmodels/unit_tests/algorithms.json b/tests/IVIMmodels/unit_tests/algorithms.json index 6250719..06fe41b 100644 --- a/tests/IVIMmodels/unit_tests/algorithms.json +++ b/tests/IVIMmodels/unit_tests/algorithms.json @@ -146,5 +146,19 @@ "Dp": 1e-1 } } + }, + "OJ_GU_seg": { + "tolerances": { + "rtol": { + "f": 5, + "D": 5, + "Dp": 25 + }, + "atol": { + "f": 1e-2, + "D": 1e-2, + "Dp": 1e-1 + } + } } -} \ No newline at end of file +}