ICSM / pgmuvi

Python gaussian processes for inference on multi-wavelength light curves
https://pgmuvi.readthedocs.io
GNU General Public License v3.0
12 stars 6 forks source link

Perform MAP fit #9

Closed pscicluna closed 1 year ago

pscicluna commented 1 year ago

test_script.py calls a trainer function (train()) from trainers.py to perform MAP inference. This needs to be called in Lightcurve.fit() to actually do the inference and return the results.

pscicluna commented 1 year ago

I think this is fixed in https://github.com/ICSM/pgmuvi/pull/19, thanks @stefanwaterval !