Skip to content

Commit

Permalink
Fix documentation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kboone committed May 9, 2019
1 parent 243a1f7 commit e21410e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions avocado/astronomical_object.py
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ def predict_gaussian_process(self, bands, times, uncertainties=True,
set of times.
Parameters
----------
==========
bands : list(str)
bands to predict the Gaussian process in.
times : list or numpy.array of floats
Expand All @@ -248,8 +248,8 @@ def predict_gaussian_process(self, bands, times, uncertainties=True,
gp_kwargs : kwargs (optional)
Additional arguments that are passed to `fit_gaussian_process`.
Returns:
--------
Returns
=======
predictions : numpy.array
A 2-dimensional array with shape (len(bands), len(times))
containing the Gaussian process mean flux predictions.
Expand Down

0 comments on commit e21410e

Please sign in to comment.