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 d6fafb5 commit cf23055Copy full SHA for cf23055
tests/preprocessing/resize_images_tests.py
@@ -132,7 +132,7 @@ def test_resize_volumes(self):
132
),
133
ignore_index=True,
134
)
135
- op_fname = "im_c00{c}_z000_t005_p007_3.3-0.8-1.0.npy".format(c=c)
+ op_fname = "im_c00{c}_z000_t005_p007_3.3-0.8-1.0.npy".format(c)
136
exp_meta_dict.append(
137
{
138
"time_idx": self.time_idx,
@@ -168,7 +168,7 @@ def test_resize_volumes(self):
168
exp_meta_dict = []
169
for c in channel_ids:
170
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)
+ op_fname = "im_c00{c}_z00{s}_t005_p007_3.3-0.8-1.0.npy".format(c, s)
172
173
174
0 commit comments