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

Consolidate code to use the same model.pkl file for all interpolation types #237

Closed bfhealy closed 1 year ago

bfhealy commented 1 year ago

The main .pkl file generated when training a model (e.g. Bu2019lm.pkl, Bu2019lm_tf.pkl) is the same regardless of interpolation type. We should consolidate the code such that it saves and loads one file per model, rather than using a different filename for each interpolation type.