We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67b00c8 commit 79a5e91Copy full SHA for 79a5e91
isyntax2raw/__init__.py
@@ -729,10 +729,10 @@ def write_tile(
729
[self.tile_width, self.tile_height],
730
tile_directory
731
)
732
- envelopes = self.data_envelopes(image, resolution)
733
jobs = []
734
with MaxQueuePool(ThreadPoolExecutor, self.max_workers) as pool:
735
for i in range(0, len(patches), self.batch_size):
+ envelopes = self.data_envelopes(image, resolution)
736
# requestRegions(
737
# self: pixelengine.PixelEngine.View,
738
# region: List[List[int]],
0 commit comments