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 52d7deb commit b7f2f8eCopy full SHA for b7f2f8e
.gitignore
@@ -20,7 +20,9 @@ md5sums.txt
20
src/original/ASD_MemorialSloanKettering/MRI-QAMPER_IVIM/test_data
21
src/original/ASD_MemorialSloanKettering/MRI-QAMPER_IVIM/output_files
22
tests/IVIMmodels/unit_tests/*.log
23
-
+junit/*
24
+ivim_simulation.bval
25
+ivim_simulation.bvec
26
27
# Unit test / coverage reports
28
.tox/
pytest.ini
@@ -2,4 +2,5 @@
2
markers =
3
slow: marks tests as slow (deselect with '-m "not slow"')
4
addopts =
5
- -m 'not slow'
+ -m 'not slow'
6
+testpaths = tests
0 commit comments