Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain committed Oct 18, 2016
1 parent b8bb432 commit 3a02781
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion eqcorrscan/tests/match_filter_test.py
Expand Up @@ -256,7 +256,8 @@ def test_no_matching_data(self):
# template_list=self.templates,
# st=self.st,
# threshold=8.0, threshold_type='MAD',
# trig_int=6.0, plotvar=True, plotdir='.',
# trig_int=6.0, plotvar=True,
# plotdir='.',
# cores=1)
# self.assertEqual(len(detections), 1)
# self.assertEqual(detections[0].no_chans, 6)
Expand Down

0 comments on commit 3a02781

Please sign in to comment.