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 b77a744 commit 7749fc7Copy full SHA for 7749fc7
arraypartition/partition.py
@@ -363,7 +363,7 @@ def copy(self, extent=None):
363
"""
364
kwargs = self.get_kwargs()
365
if extent:
366
- kwargs['extent'] = combine_slices(self.shape, self._extent, extent)
+ kwargs['extent'] = combine_slices(self.shape, list(self.get_extent()), extent)
367
368
new_instance = ArrayPartition(
369
self.filename,
0 commit comments