astropy / photutils

Astropy package for source detection and photometry. Maintainer: @larrybradley
https://photutils.readthedocs.io
BSD 3-Clause "New" or "Revised" License
250 stars 138 forks source link

Improve accuracy of progress bar for multiprocessing source deblending #1926

Closed larrybradley closed 1 month ago

larrybradley commented 1 month ago

This PR also uses concurrent.futures.ProcessPoolExecutor and gathers worker tasks as they are completed instead of sequentially.

larrybradley commented 1 month ago

The devdeps test failures are unrelated and will be addressed in a separate PR.