From 00ef7537bcda831f5c36d48008084d2d8704b1a0 Mon Sep 17 00:00:00 2001 From: ldam <ldam@passcal.nmt.edu> Date: Wed, 3 May 2023 10:08:56 -0600 Subject: [PATCH] remove unecessary change --- sohstationviewer/model/handling_data.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sohstationviewer/model/handling_data.py b/sohstationviewer/model/handling_data.py index e48f99dbd..d83766871 100644 --- a/sohstationviewer/model/handling_data.py +++ b/sohstationviewer/model/handling_data.py @@ -328,7 +328,6 @@ def read_mseed_trace(trace: Trace, sta_id: Union[Tuple[str, str], str], :param tmp_dir: path to the directory that store memmap files :return dict of trace's info """ - if trace.stats.sampling_rate <= 1: return read_mseed_trace_spr_less_than_or_equal_1(trace) else: -- GitLab