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 c2115db commit 90ebd73Copy full SHA for 90ebd73
niworkflows/reports/core.py
@@ -312,7 +312,7 @@ def index(self, config):
312
for c in list_combos:
313
# do not display entities with the value None.
314
c_filt = list(filter(None, c))
315
- ent_filt = list(compress(entities, c_filt))
+ ent_filt = list(compress(entities, c))
316
# Set a common title for this particular combination c
317
title = 'Reports for: %s.' % ', '.join(
318
['%s <span class="bids-entity">%s</span>' % (ent_filt[i], c_filt[i])
0 commit comments