We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccb7e49 commit a15b650Copy full SHA for a15b650
tests/test_seismic/test_stream_processing.py
@@ -53,9 +53,3 @@ def test_zerophase_resampling_success(obspy_stats):
53
zerophase_resample(mock_trace, 10)
54
55
mocked_resample.assert_called()
56
-
57
-if __name__ == "__main__":
58
- test_trace_ordering()
59
- test_zerophase_resampling_with_invalid_types()
60
- test_zerophase_resampling_success()
61
-# end if
0 commit comments