catrionamurray / chromatic_fitting

chromatic_fitting tool to perform multi-wavelength spectrophotometry built on top of chromatic
MIT License
10 stars 1 forks source link

Does the user need to see `.initialize_empty_model()`? #14

Closed zkbt closed 2 years ago

zkbt commented 2 years ago

Playing with the combing ;-) models tutorial, I'm curious if the user needs to see the .initialize_empty_model() method directly, or if it's something that could just be called in the background when needed, for example if a model object is trying to setup_lightcurves and sees that a pymc3_model hasn't been defined yet.

If it's not necessary for most users, removing it might make for a tidier user interface?

catrionamurray commented 2 years ago

Agreed, this will be done in the init stage in the next update!