nuclear-multimessenger-astronomy / nmma

A pythonic library for probing nuclear physics and cosmology with multimessenger analysis
https://nuclear-multimessenger-astronomy.github.io/nmma/
GNU General Public License v3.0
33 stars 58 forks source link

Name generated lightcurves after label keyword #140

Closed bfhealy closed 1 year ago

bfhealy commented 1 year ago

This PR names generated lightcurves using the --label keyword, e.g. "injection_Bu2022Ye.dat". If there is more than one injection, light curves will also be subscripted with the injection's simulation_id, e.g. "injection_Bu2022Ye_0.dat". Resolves #137

tylerbarna commented 1 year ago

the unit test failure seems like a timeout unless I'm misreading it

tylerbarna commented 1 year ago

oh, the injections unit test needs to be updated to reflect this

tylerbarna commented 1 year ago

I think that should fix it, but could be wrong

bfhealy commented 1 year ago

Thanks @tylerbarna! Hopefully the tests will pass now.