Skip to content

Commit

Permalink
Merge pull request #22 from jmishra01/multiple_return
Browse files Browse the repository at this point in the history
Remove multiple return statement
  • Loading branch information
cerlymarco authored Aug 24, 2022
2 parents 5e950a1 + f2a7e99 commit 8703fb9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsmoothie/regression_basis.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,5 +168,3 @@ def lowess(smooth_fraction, basis_len):
X_base = np.power(1 - np.power(X_base, 3), 3)

return X_base

return X_base

0 comments on commit 8703fb9

Please sign in to comment.