joshbriegal / roto

This package provides tools for extracting rotation periods from astrophysical time series.
MIT License
3 stars 1 forks source link

GP mu prediction edit #47

Closed gds38 closed 2 years ago

gds38 commented 2 years ago

Removed mu += self.solution["mean"] from the _generate_plotting_predictions method in gaussianprocess.py, as the mean value is added by default in gp.predict. Have added "include_mean=True" to the call to gp.predict as a reminder that it's included.