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

[BUG] MCMC crashes without flux errors #33

Open pscicluna opened 1 year ago

pscicluna commented 1 year ago

pgmuvi currently doesn't have any protection against someone trying to run MCMC without passing any uncertainties. This seems to cause it to crash. It should fail gracefully instead with a useful error message that makes it clear what is happening.