joshjchayes / TransitFit

Transit light curve fitting using nested sampling
GNU General Public License v3.0
4 stars 1 forks source link

Parallelising batch runs #4

Closed joshjchayes closed 1 year ago

joshjchayes commented 3 years ago

We should be able to run batches in parallel, since they are independent calculations. This should speed up larger retrievals significantly.

Pretty much all this will go in Retriever.run_batched_retrieval()

sourestdeeds commented 3 years ago

I think this is doable in the same way I implemented running your code in parallel with the partial function and pool.