AdvancedPhotonSource / tike

Repository for ptychography software
http://tike.readthedocs.io
Other
29 stars 15 forks source link

BUG: Fix disabled threadpool #252

Closed carterbox closed 1 year ago

carterbox commented 1 year ago

Purpose

I accidentally merged a debugging code change which disabled the ThreadPool map and replaced it with non-asynchronous map.

Approach

Re-enable asynchronous map, and fix a broken test.

Pre-Merge Checklists

Submitter

Reviewer