icecube / flarestack

Unbinned likelihood analysis code for astroparticle physics datasets
https://flarestack.readthedocs.io/en/latest/?badge=latest
MIT License
8 stars 6 forks source link

Avoid override of input `mh_dict` when submitting to cluster #354

Closed JannisNe closed 4 months ago

JannisNe commented 4 months ago

Deepcopy the mh_dict in Submitter.submit_cluster() so when the correct n_trials for the tasks is assigned, the value in the original dictionary does not change. Should fix #353