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

Change test code

parent c97edc6b
No related branches found
No related tags found
1 merge request!139Change the way RT130 data is read for better performance
...@@ -207,5 +207,5 @@ waveform_file = '/Users/kle/PycharmProjects/sohstationviewer/tests/test_data/RT1 ...@@ -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' soh_file = '/Users/kle/PycharmProjects/sohstationviewer/tests/test_data/RT130-sample/2017149.92EB/2017150/92EB/0/000000000_00000000'
import time import time
start = time.perf_counter() 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) # 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