cgarling / StarFormationHistories.jl

Fitting astrophysical star formation histories via CMD modelling.
MIT License
3 stars 0 forks source link

Redo threading in sampling methods #19

Open cgarling opened 1 year ago

cgarling commented 1 year ago

Using threadid is not safe due to possibility of yields; see this blog post.

cgarling commented 7 months ago

I think hmc_sample might be the only method that needs updated right now; don't think I have multi-threading working for hmc_sample_mdf yet (and that method's signature should probably be changed as well)