diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 6c6a250..eb3cf6e 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -39,7 +39,7 @@ jobs: - name: Generate fitting data run: | pip install pytest - python -m pytest -m slow --saveFileName test_output.csv --SNR 10 30 50 100 200 --fitCount 1000 --saveDurationFileName test_duration.csv + python -m pytest -m slow --saveFileName test_output.csv --SNR 10 30 50 100 200 --fitCount 300 --saveDurationFileName test_duration.csv - name: Generate figures run: Rscript --vanilla tests/IVIMmodels/unit_tests/analyze.r test_output.csv test_duration.csv - name: Upload figures diff --git a/README.md b/README.md index 5cb4185..6f9c976 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ The **test** folder contains the test files corresponding to the contributed cod The **utils** folder contains various helpful tools. ## View Testing Reports -*to be added* +[![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)