rodluger / starry_process

interpretable gaussian processes for stellar light curves
MIT License
16 stars 5 forks source link

Make compatible with aesara #19

Closed rodluger closed 3 years ago

rodluger commented 3 years ago

Use aesara-theano-fallback to guarantee compatibility with newer versions of pymc3.

rodluger commented 3 years ago

The version of pymc3 on the master branch of pymc3 now uses aesara instead of theano, so the time has come to fix this issue.

https://github.com/rodluger/starry_process/runs/2096587789?check_suite_focus=true

rodluger commented 3 years ago

Done!