Skip to content

Commit

Permalink
Stickler
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain authored Sep 14, 2017
1 parent 80d2880 commit e537ccf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eqcorrscan/core/match_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import time
import warnings
from collections import Counter
from multiprocessing import cpu_count
from os.path import join

import numpy as np
Expand Down Expand Up @@ -2650,7 +2649,7 @@ def construct(self, method, lowcut, highcut, samp_rate, filt_order,
.. Note::
Methods: `from_contbase`, `from_sfile` and `from_sac` are not
supported by Tribe.construct and must use Template.construct.
.. Note::
The Method `multi_template_gen` is not supported because the
processing parameters for the stream are not known. Use
Expand Down

0 comments on commit e537ccf

Please sign in to comment.