Skip to content

Commit

Permalink
enable test for SignalProcessing
Browse files Browse the repository at this point in the history
  • Loading branch information
taoliu committed May 14, 2024
1 parent 4f0ae45 commit 781f5b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_SignalProcessing.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Time-stamp: <2020-11-24 17:52:34 Tao Liu>
# Time-stamp: <2024-05-14 11:52:44 Tao Liu>

"""Module Description: Test functions for Signal.pyx
Expand Down Expand Up @@ -46,7 +46,7 @@ def setUp(self):
self.smoothed162 = -2.98155597e-18 # the value is based on python3.7+numpy1.17.4; from smoothing func with np.convolve

# this test uses only numpy functions. we aim to capture strange behavior under specific py+numpy
@pytest.mark.skip( reason="it fails under some combinations of py+np with unknown reason." )
#@pytest.mark.skip( reason="it fails under some combinations of py+np with unknown reason." )
def test_implement_smooth_here ( self ):
signal = self.signal
window_size = self.windowsize
Expand Down

0 comments on commit 781f5b5

Please sign in to comment.