catrionamurray / chromatic_fitting

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

Bug in limb-darkening prior shape? #26

Open catrionamurray opened 1 year ago

catrionamurray commented 1 year ago

Having some issues with the limb-darkening (sometimes) throwing an error when it is set up in the transit model.

catrionamurray commented 1 year ago

shape=(1,2) works for a single set of LD coeffs and just shape=2 sometimes will crash in the latest version. For the transit tutorial it works fine...?

afeinstein20 commented 5 months ago

Hi @catrionamurray!

I'm running into this issue about the shape not being defined when trying to run limb_darkening = WavelikeFitted(QuadLimbDark, ...) but not when using limb_darkening = WavelikeFitted(Uniform, ...). Have you encountered this before/do you potentially have a quick fix for this issue?

Thanks!!