LSSTDESC / imSim

GalSim based Rubin Observatory image simulation package
https://lsstdesc.org/imSim
BSD 3-Clause "New" or "Revised" License
36 stars 15 forks source link

Enable test multiprocessing #467

Closed jmeyers314 closed 3 months ago

jmeyers314 commented 4 months ago

test_psf.py had a race condition where one test could remove another tests's test directory before that test was finished. I added some tempfile logic to avoid this.