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

Change test code

parent 37866ca3
No related branches found
No related tags found
No related merge requests found
...@@ -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