We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ee7c0 commit 6daf1e3Copy full SHA for 6daf1e3
.github/workflows/website.yml
@@ -49,6 +49,7 @@ jobs:
49
- name: Run the test that generates the plots report.
50
run: |
51
pytest tests/IVIMmodels/unit_tests/test_ivim_fit.py --json-report
52
+ mv .report.json utilities/
53
python utilities/report-summary.py .report.json report-summary.json
54
55
- name: 'Filter and compress results file.'
0 commit comments