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 dd198ad commit daa7d49Copy full SHA for daa7d49
fmriprep/utils/bids.py
@@ -76,11 +76,7 @@ def collect_derivatives(
76
# whereas relevant src file will be "bold".
77
query = {
78
**q,
79
- **{
80
- k: v
81
- for k, v in entities.items()
82
- if k not in ['suffix', 'extension']
83
- },
+ **{k: v for k, v in entities.items() if k not in ['suffix', 'extension']},
84
}
85
if xfm == 'boldref2fmap':
86
# fieldmaps have ids like auto_00000
0 commit comments