Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update algorithms.json
Browse files Browse the repository at this point in the history
Added OJ_GU
oscarjalnefjord authored Nov 2, 2023
1 parent 21258ab commit d449250
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion tests/IVIMmodels/unit_tests/algorithms.json
Original file line number Diff line number Diff line change
@@ -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
}
}
}
}
}

0 comments on commit d449250

Please sign in to comment.