hpparvi / ldtk

Python toolkit for calculating stellar limb darkening profiles and model-specific coefficients using the stellar atmosphere spectrum library by Husser et al. (2013). Described in Parviainen & Aigrain, MNRAS 453, 3821–3826 (2015).
GNU General Public License v2.0
27 stars 18 forks source link

NotImplementedError integrate #31

Closed odemangeon closed 9 months ago

odemangeon commented 10 months ago

I recently had to reinstall ldtk and I thus installed the latest version from pip. Running my old code, I was surprised to see that with the current code, we can no longer run LDPSetCreator with SVOFilter. It returns an error saying that integrate is not implemented.

Is it an intended behavior or a bug ?

hpparvi commented 10 months ago

Hi Olivier,

Thanks for the heads up, this is a bug. I’ll try to find a moment to fix it today.

Cheers, Hannu

hpparvi commented 9 months ago

This should be fixed now both in GitHub and PyPI.

odemangeon commented 8 months ago

Hi Hannu,

Thanks for looking into it so quickly.

BTW, just to let you know, I've tried to run LDTk on python3.11 and it failed when I run LDPSetCreator. It was an error generated by multiprocessing, so something that didn't look LDTk related.

Cheers, Olivier.