Skip to content

Commit

Permalink
flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
calum-chamberlain authored Jul 26, 2024
1 parent 66b4d6c commit b27a382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eqcorrscan/core/match_filter/detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ def extract_stream(self, stream, length, prepick, all_vert=False,
# If the sample offset is not a whole number, always take the
# sample before that requested
_tr_cut_start = tr.stats.starttime + (
sample_offset * tr.stats.delta)
sample_offset * tr.stats.delta)
_tr_cut_end = _tr_cut_start + length
Logger.debug(
f"Trimming {tr.id} between {_tr_cut_end} "
Expand Down

0 comments on commit b27a382

Please sign in to comment.