rodluger / starry

Tools for mapping stars and planets.
https://starry.readthedocs.io
MIT License
138 stars 32 forks source link

bug in sys.position #285

Closed rodluger closed 3 years ago

rodluger commented 3 years ago

Getting

TypeError: TensorType does not support iteration. Maybe you are using builtin.sum instead of theano.tensor.sum? (Maybe .max?)

when calling system.position(t). I think one of the exoplanet methods changed -- should be an easy update.

dfm commented 3 years ago

I don't think any of the relevant exoplanet functions have changed recently...

rodluger commented 3 years ago

Yeah @dfm you're right -- must have always been broken, just never unit tested! Sorry for the false alarm...