Closed adrn closed 4 years ago
The bls_estimator returns the BoxLeastSquares instance (as key 'bls'), but currently the model instance is not returned for lomb_scargle_estimator.
bls_estimator
BoxLeastSquares
'bls'
lomb_scargle_estimator
PS: Sorry for all the pull request spam 😄
🤘
🚀
The
bls_estimator
returns theBoxLeastSquares
instance (as key'bls'
), but currently the model instance is not returned forlomb_scargle_estimator
.