Skip to content

Commit d2f4a47

Browse files
committed
added docstring to test_fft.py
1 parent 64da939 commit d2f4a47

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_fft.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
"""
2+
fourier.py test
3+
"""
4+
15
import unittest
26
import numpy as np
37

0 commit comments

Comments
 (0)