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.
2 parents 254ffe1 + c631317 commit 5884cf5Copy full SHA for 5884cf5
bioimageio/core/block_meta.py
@@ -161,8 +161,8 @@ def local_slice(self) -> PerAxis[SliceInfo]:
161
return Frozen(
162
{
163
a: SliceInfo(
164
- self.padding[a].left,
165
- self.padding[a].left + self.inner_shape[a],
+ self.halo[a].left,
+ self.halo[a].left + self.inner_shape[a],
166
)
167
for a in self.inner_slice
168
}
example/model_usage.ipynb
@@ -622,7 +622,7 @@
622
"name": "python",
623
"nbconvert_exporter": "python",
624
"pygments_lexer": "ipython3",
625
- "version": "3.11.9"
+ "version": "3.9.19"
626
627
},
628
"nbformat": 4,
0 commit comments