Skip to content

Commit

Permalink
newline at end of file error
Browse files Browse the repository at this point in the history
  • Loading branch information
Salman Naqvi committed Oct 5, 2023
1 parent 4375ddf commit 71fc636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scico/functional/_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,4 +591,4 @@ def shrink(self, x, tau):
r"""Wavelet shrinkage operator"""
threshed = snp.maximum(snp.abs(x) - tau, 0)
threshed = threshed.at[:].multiply(snp.sign(x))
return threshed
return threshed

0 comments on commit 71fc636

Please sign in to comment.