Skip to content

Commit 5ff3786

Browse files
oestebancelprov
andauthored
Apply suggestions from code review
Co-authored-by: celprov <77437752+celprov@users.noreply.github.com>
1 parent c610540 commit 5ff3786

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

niworkflows/tests/test_viz.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def test_carpetplot(tr, sorting):
5555
output_file=(
5656
os.path.join(
5757
save_artifacts,
58-
f"carpet_nosegs_{'index' if tr is None else 'seg'}_"
58+
f"carpet_nosegs_{'index' if tr is None else 'time'}_"
5959
f"{'nosort' if sorting is None else sorting}.svg"
6060
) if save_artifacts else None
6161
),
@@ -113,7 +113,7 @@ def test_carpetplot(tr, sorting):
113113
output_file=(
114114
os.path.join(
115115
save_artifacts,
116-
f"carpet_const_{'index' if tr is None else 'seg'}_"
116+
f"carpet_const_{'index' if tr is None else 'time'}_"
117117
f"{'nosort' if sorting is None else sorting}.svg"
118118
) if save_artifacts else None
119119
),

0 commit comments

Comments
 (0)