We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec46ab4 commit 7ffc774Copy full SHA for 7ffc774
1 file changed
tests/test_looklocker.py
@@ -18,7 +18,7 @@
18
"or an issue with the test data."
19
)
20
21
-def _test_looklocker_t1map(tmp_path, mri_data_dir: Path, gonzo_roi):
+def test_looklocker_t1map(tmp_path, mri_data_dir: Path, gonzo_roi):
22
LL_path = mri_data_dir / "mri-dataset/mri_dataset/sub-01" / "ses-01/anat/sub-01_ses-01_acq-looklocker_IRT1.nii.gz"
23
timestamps = (
24
mri_data_dir / "mri-dataset/mri_dataset/sub-01" / "ses-01/anat/sub-01_ses-01_acq-looklocker_IRT1_trigger_times.txt"
0 commit comments