Skip to content

Commit 973bf64

Browse files
Update algorithms.json
Added OJ_GU
1 parent 37a2fba commit 973bf64

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

tests/IVIMmodels/unit_tests/algorithms.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,5 +146,19 @@
146146
"Dp": 1e-1
147147
}
148148
}
149+
},
150+
"OJ_GU_seg": {
151+
"tolerances": {
152+
"rtol": {
153+
"f": 5,
154+
"D": 5,
155+
"Dp": 25
156+
},
157+
"atol": {
158+
"f": 1e-2,
159+
"D": 1e-2,
160+
"Dp": 1e-1
161+
}
162+
}
149163
}
150-
}
164+
}

0 commit comments

Comments
 (0)