Skip to content

Commit

Permalink
Update docstring in cesium/features/lomb_scargle.py
Browse files Browse the repository at this point in the history
  • Loading branch information
acrellin authored May 27, 2021
1 parent 536a05d commit e6645c4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cesium/features/lomb_scargle.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def rescale_lomb_model(norm_model, mmean, mscale):
Returns
-------
rescaled_model: dict
rescaled_model : dict
rescaled Lomb-Scargle model (in adequacy with the input_signal)
"""
Expand Down Expand Up @@ -441,4 +441,3 @@ def get_lomb_psd(lomb_model):
return dict_psd



0 comments on commit e6645c4

Please sign in to comment.