Skip to content

Commit 633e181

Browse files
broaden bounds + add trained networks to ignore file
1 parent 42f40af commit 633e181

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ tests/IVIMmodels/unit_tests/*.log
2323
junit/*
2424
ivim_simulation.bval
2525
ivim_simulation.bvec
26+
*.pt
2627

2728
# Unit test / coverage reports
2829
.tox/
@@ -32,4 +33,5 @@ nosetests.xml
3233
coverage.xml
3334
*.pyc
3435
phantoms/MR_XCAT_qMRI/*.json
35-
phantoms/MR_XCAT_qMRI/*.txt
36+
phantoms/MR_XCAT_qMRI/*.txt
37+
tests/IVIMmodels/unit_tests/models

conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,5 +288,5 @@ def deep_learning_algorithms(datafile,algorithmFile):
288288
if algorithm_dict.get('deep_learning',False):
289289
kwargs = algorithm_dict.get("options", {})
290290
requires_matlab = algorithm_dict.get("requires_matlab", False)
291-
tolerances = algorithm_dict.get("tolerances", {"atol":{"f": 2e-1, "D": 8e-4, "Dp": 6e-2},"rtol":{"f": 0.2, "D": 0.3, "Dp": 0.3}})
291+
tolerances = algorithm_dict.get("tolerances", {"atol":{"f": 2e-1, "D": 8e-4, "Dp": 8e-2},"rtol":{"f": 0.2, "D": 0.3, "Dp": 0.4}})
292292
yield algorithm, all_data, bvals, kwargs, requires_matlab, tolerances
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
1.748432577600628418e-03,1.731401999422814723e-03,1.122151221660537443e-04,6.491534659083154912e-02,5.814734214734215006e-02
2-
2.947809370891782410e-01,2.944307686462998563e-01,1.583079387122451887e-02,5.371672374936287825e-02,3.197685197685198183e-02
3-
5.489845542957124541e-02,5.247558942437172136e-02,8.490768522510403968e-03,1.608367698800930723e-01,4.793399993399993786e-02
1+
1.748432577600628418e-03,1.679676398809533530e-03,1.131008984988442667e-04,7.570221027979753825e-02,5.257536473309083053e-02
2+
2.947809370891782410e-01,2.979188062176108542e-01,1.627021410165292725e-02,5.621135497838097156e-02,2.307430114352404874e-02
3+
5.489845542957124541e-02,5.339436167292296864e-02,8.471645294044823082e-03,1.567281089143676420e-01,5.298064098064098060e-02

0 commit comments

Comments
 (0)