Skip to content

Commit cf23055

Browse files
committed
undid resize_images_tests.py::test_resize_volumes
1 parent d6fafb5 commit cf23055

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/preprocessing/resize_images_tests.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_resize_volumes(self):
132132
),
133133
ignore_index=True,
134134
)
135-
op_fname = "im_c00{c}_z000_t005_p007_3.3-0.8-1.0.npy".format(c=c)
135+
op_fname = "im_c00{c}_z000_t005_p007_3.3-0.8-1.0.npy".format(c)
136136
exp_meta_dict.append(
137137
{
138138
"time_idx": self.time_idx,
@@ -168,7 +168,7 @@ def test_resize_volumes(self):
168168
exp_meta_dict = []
169169
for c in channel_ids:
170170
for s in [0, 2]:
171-
op_fname = "im_c00{c}_z00{s}_t005_p007_3.3-0.8-1.0.npy".format(c=c, s=s)
171+
op_fname = "im_c00{c}_z00{s}_t005_p007_3.3-0.8-1.0.npy".format(c, s)
172172
exp_meta_dict.append(
173173
{
174174
"time_idx": self.time_idx,

0 commit comments

Comments
 (0)