Skip to content
Snippets Groups Projects
Commit 59a004aa authored by Aaron Viets's avatar Aaron Viets
Browse files

CI: test whether very short calibration pipeline is successfully completing

parent 09cb841a
No related branches found
No related tags found
No related merge requests found
......@@ -72,10 +72,9 @@ def Run_calib():
calib_Exact_thread.join()
calib_LaterStart_thread.join()
calib_Latency_thread.join()
f_num = len(os.listdir('tests/tests_pytest/frames/GDS'))
assert f_num == 1328
"""
f_num = len(os.listdir('tests/tests_pytest/frames/GDS'))
assert f_num >= 1
e_file.write('ran calib pipeline \n')
e_file.close()
......
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