Closed pgorrini closed 3 years ago
@tagordon
Hi @pgorrini, the latest version of exoplanet no longer includes the gp module. Specgp should be compatible with the last version of exoplanet that did include that module. Alternatively, the same functionality has been implemented in celerite2 under the “kron” branch (but I don’t believe it’s in the current release).
Yeah - I'm sorry about the shifting infrastructure! I'm hoping that we can have similar functionality in celerite2
, but I've been slow to get it implemented. To downgrade exoplanet
, it looks like you'll need version <0.4
.
Ok yes, with an oldest exoplanet
version it work well. Thanks!
Hello,
I'm trying to use the specgp package (which uses exoplanet) and when running
I get the following error:
AttributeError: module 'exoplanet' has no attribute 'gp'
I'm using the latest version of exoplanet (0.5.2)