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 a2d510b commit 9d07c72Copy full SHA for 9d07c72
.github/workflows/docker-build-and-run.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@v4
20
with:
21
- python-version: '3.x'
+ python-version: '3.11'
22
23
- name: Install Python dependencies
24
run: |
.gitignore
@@ -28,6 +28,8 @@ junit/*
28
ivim_simulation.bval
29
ivim_simulation.bvec
30
*.pt
31
+papers/paper1/figs
32
+papers/paper1/test-results*.xml
33
34
# Unit test / coverage reports
35
.tox/
@@ -40,4 +42,3 @@ phantoms/MR_XCAT_qMRI/*.json
40
42
phantoms/MR_XCAT_qMRI/*.txt
41
43
tests/IVIMmodels/unit_tests/models
44
models
-test_output.csv
0 commit comments