Skip to content

Commit 5b66c31

Browse files
fix syntax warning
1 parent bdcd626 commit 5b66c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vtools/functions/filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -546,7 +546,7 @@ def generate_godin_fir(freq):
546546

547547

548548
def godin(ts):
549-
"""Low-pass Godin filter a regular time series.
549+
r"""Low-pass Godin filter a regular time series.
550550
Applies the :math:`\mathcal{A_{24}^{2}A_{25}}` Godin filter [1]_
551551
The filter is generalized to be the equivalent of one
552552
boxcar of the length of the lunar diurnal (~25 hours)

0 commit comments

Comments
 (0)