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 ab4304a commit 648ff5bCopy full SHA for 648ff5b
niworkflows/utils/spaces.py
@@ -464,7 +464,7 @@ class SpatialReferences:
464
465
"""
466
467
- __slots__ = ('_refs', '_cached')
+ __slots__ = ('_cached', '_refs')
468
standard_spaces = tuple(_tfapi.templates())
469
"""List of supported standard reference spaces."""
470
niworkflows/viz/plots.py
@@ -39,14 +39,14 @@ class fMRIPlot:
39
"""Generates the fMRI Summary Plot."""
40
41
__slots__ = (
42
- 'timeseries',
43
- 'segments',
44
- 'tr',
45
'confounds',
46
- 'spikes',
47
'nskip',
48
- 'sort_carpet',
49
'paired_carpet',
+ 'segments',
+ 'sort_carpet',
+ 'spikes',
+ 'timeseries',
+ 'tr',
50
)
51
52
def __init__(
0 commit comments