Skip to content

Commit

Permalink
Merge pull request #1806 from rosteen/update-fitted-docstring
Browse files Browse the repository at this point in the history
Update this docstring to be accurate [ci skip]
  • Loading branch information
pllim authored Nov 1, 2022
2 parents f9e7b39 + ce15654 commit 105de83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jdaviz/core/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,12 @@ def plugins(self):
@property
def fitted_models(self):
"""
Returns the fitted model parameters.
Returns the fitted models.
Returns
-------
parameters : dict
dict of Quantity arrays, or None.
dict of `astropy.modeling.Model` objects, or None.
"""

return self.app.fitted_models
Expand Down

0 comments on commit 105de83

Please sign in to comment.