Skip to content

Commit 25b05a6

Browse files
committed
test
1 parent 641f063 commit 25b05a6

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
@@ -201,7 +201,7 @@ def request(self, bbox: WebMercatorPixelBBox) -> np.ndarray:
201201
{"x": x, "y": y, "z": bbox.zoom}
202202
)
203203
)
204-
ctx = multiprocessing.get_context(method="fork")
204+
ctx = multiprocessing.get_context()
205205
with ctx.Pool(16) as p:
206206
imgs = list(p.imap(self._get_image_content, request_urls))
207207

0 commit comments

Comments
 (0)