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
30 stars 58 forks source link

Remove log10(param) lines in model_parameters.py to reflect new AnBa2022 params #178

Closed bfhealy closed 1 year ago

bfhealy commented 1 year ago

This PR removes three lines that take the log10 of parameters input to the AnBa2022 model. The parameters in question are now input to AnBa2022 in log format, so there is no need to take another log.

See #177 for a discussion of additional steps needed to update the AnBa2022 model across the repo.