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 6eae51f commit 38ef46fCopy full SHA for 38ef46f
fmriprep/utils/misc.py
@@ -68,7 +68,7 @@ def estimate_bold_mem_usage(bold_fname: str) -> tuple[int, dict]:
68
return bold_tlen, mem_gb
69
70
71
-def fmt_subjects_sessions(subses: list[str], concat_limit: int = 1):
+def fmt_subjects_sessions(subses: list[tuple[str]], concat_limit: int = 1):
72
"""
73
Format a list of subjects and sessions to be printed.
74
0 commit comments