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 c610540 commit 5ff3786Copy full SHA for 5ff3786
niworkflows/tests/test_viz.py
@@ -55,7 +55,7 @@ def test_carpetplot(tr, sorting):
55
output_file=(
56
os.path.join(
57
save_artifacts,
58
- f"carpet_nosegs_{'index' if tr is None else 'seg'}_"
+ f"carpet_nosegs_{'index' if tr is None else 'time'}_"
59
f"{'nosort' if sorting is None else sorting}.svg"
60
) if save_artifacts else None
61
),
@@ -113,7 +113,7 @@ def test_carpetplot(tr, sorting):
113
114
115
116
- f"carpet_const_{'index' if tr is None else 'seg'}_"
+ f"carpet_const_{'index' if tr is None else 'time'}_"
117
118
119
0 commit comments