Skip to content

Commit

Permalink
decorator tests: new skip_if_no_data decorator hickups if call syntax is
Browse files Browse the repository at this point in the history
wrong (which is fine) so adapt test to use correct syntax
  • Loading branch information
megies committed Nov 17, 2015
1 parent 651700a commit 804970b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obspy/core/tests/test_trace.py
Expand Up @@ -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)
Expand Down

0 comments on commit 804970b

Please sign in to comment.