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

Merge branch 'CI-fix' into 'main'

CI fix

See merge request Calibration/gstlal-calibration!15
parents a9372593 14d6c8eb
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,7 @@ def Run_calib():
e_file.write('running calib pipeline \n')
os.system("ls tests/tests_pytest/frames/raw/H-H1_R-*.gwf | lal_path2cache > tests/tests_pytest/raw_frames.cache")
os.system("mkdir -p tests/tests_pytest/frames/GDS")
os.system("gstlal_compute_strain --gps-start-time 1373199776 --gps-end-time 1373199876 --frame-cache tests/tests_pytest/raw_frames.cache --output-path tests/tests_pytest/frames/GDS --frame-duration=1 --frames-per-file=1 --wings=0 --config-file tests/tests_pytest/filters/gstlal_compute_strain_C00_LatencyTest_H1.ini --filters-file-name tests/tests_pytest/filters/gstlal_compute_strain_C00_filters_H1_20230613_ci.npz")
"""
......
......@@ -23,7 +23,6 @@ def test_state_vector():
def test_act2darm():
Act2darm()
"""
def test_pcal2darm():
Pcal2darm()
......@@ -32,4 +31,5 @@ def test_diff():
def test_latency():
Latency()
"""
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