Skip to content

Commit

Permalink
[skip ci] comment
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jul 8, 2020
1 parent 8d76f69 commit a6d940a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skued/time_series/fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def regrid(f):
f_ : callable
Callable of the form
"""

# This function is based on an e-mail discussion with Samuel Palato. Thanks Sam!
@wraps(f)
def f_(time, *args, **kwargs):
mn, mx = np.min(time), np.max(time)
Expand Down

0 comments on commit a6d940a

Please sign in to comment.