You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
right now seed shows up as a keyword argument in simulate_clusters from make_sz_cluster, in flatdist_halo from dm_halo_dist, and in make_cmb_map from simtools. There is also a place it could go in generate_noise_map from noise. I think it would be nice to unify those things so that you could set a seed once in an ipynb and be done with it, for example, but it's a little tricky to do it appropriately (eg we don't want to use the same CMB map for all clusters, so we shouldn't fix the seed, but if we want it to be reproducible we need to share the seed information somehow)... I'll make a separate branch for that soon
Found a comment at the bottom of this: what's the status of the "seed" to-do?
https://github.com/deepskies/DeepSZSim/blob/main/deepszsim/Settings/config.yaml
The text was updated successfully, but these errors were encountered: