Skip to content

Commit dd45925

Browse files
committed
Revert "test"
This reverts commit 25b05a6.
1 parent 7a304a3 commit dd45925

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/hatomap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ def request(self, bbox: WebMercatorPixelBBox) -> np.ndarray:
196196
{"x": x, "y": y, "z": bbox.zoom}
197197
)
198198
)
199-
ctx = multiprocessing.get_context()
199+
ctx = multiprocessing.get_context(method="fork")
200200
with ctx.Pool(16) as p:
201201
imgs = list(p.imap(self._get_image_content, request_urls))
202202

0 commit comments

Comments
 (0)