From 804970b23ff49232583907114b13929788ea6aee Mon Sep 17 00:00:00 2001 From: Tobias Megies Date: Tue, 17 Nov 2015 13:43:02 +0100 Subject: [PATCH] decorator tests: new skip_if_no_data decorator hickups if call syntax is wrong (which is fine) so adapt test to use correct syntax --- obspy/core/tests/test_trace.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/obspy/core/tests/test_trace.py b/obspy/core/tests/test_trace.py index 4c0b4570bdc..47567b479fe 100644 --- a/obspy/core/tests/test_trace.py +++ b/obspy/core/tests/test_trace.py @@ -1594,7 +1594,7 @@ def test_skip_empty_trace(self): tr.resample(400) tr.differentiate() tr.integrate() - tr.taper() + tr.taper(max_percentage=0.1) def test_issue_695(self): x = np.zeros(12)