File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
- name : Generate fitting data
40
40
run : |
41
41
pip install pytest
42
- python -m pytest -m slow --saveFileName test_output.csv --SNR 10 30 50 100 200 --fitCount 1000 --saveDurationFileName test_duration.csv
42
+ python -m pytest -m slow --saveFileName test_output.csv --SNR 10 30 50 100 200 --fitCount 300 --saveDurationFileName test_duration.csv
43
43
- name : Generate figures
44
44
run : Rscript --vanilla tests/IVIMmodels/unit_tests/analyze.r test_output.csv test_duration.csv
45
45
- name : Upload figures
Original file line number Diff line number Diff line change @@ -30,4 +30,4 @@ The **test** folder contains the test files corresponding to the contributed cod
30
30
The ** utils** folder contains various helpful tools.
31
31
32
32
## View Testing Reports
33
- * to be added *
33
+ [ ![ Unit tests ] ( https://github.com/OSIPI/TF2.4_IVIM-MRI_CodeCollection/actions/workflows/unit_test.yml/badge.svg?branch=main )] ( https://github.com/OSIPI/TF2.4_IVIM-MRI_CodeCollection/actions/workflows/unit_test.yml )
You can’t perform that action at this time.
0 commit comments