Skip to content
Snippets Groups Projects
Commit 966a80ee authored by Kien Le's avatar Kien Le
Browse files

Change test code

parent 73071060
No related branches found
No related tags found
1 merge request!133WIP: prepare fast mseed to connect with SOHView
......@@ -207,5 +207,5 @@ waveform_file = '/Users/kle/PycharmProjects/sohstationviewer/tests/test_data/RT1
soh_file = '/Users/kle/PycharmProjects/sohstationviewer/tests/test_data/RT130-sample/2017149.92EB/2017150/92EB/0/000000000_00000000'
import time
start = time.perf_counter()
print(repr(Reftek130.from_file(waveform_file)._data))
(repr(Reftek130.from_file(waveform_file)._data))
# print('Time taken:', time.perf_counter() - start)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment