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

Will CI store artifacts if it fails?

parent e504d7fb
No related branches found
No related tags found
1 merge request!1CI development
......@@ -587,9 +587,9 @@ static void gstlal_minmax_class_init(GSTLALMinMaxClass *klass)
"Mode",
"Which extreme value you want the element to find.\n\t\t\t"
"mode=0: compute minimum of input\n\t\t\t"
"mode=1: compute absolute value of minimum of input\n\t\t\t"
"mode=1: compute input with smallest absolute value\n\t\t\t"
"mode=2: compute maximum of input\n\t\t\t"
"mode=3: compute absolute value of maximum of input\n\t\t\t"
"mode=3: compute input with greatest absolute value\n\t\t\t"
"Note that, for complex streams, if mode=0 or mode=2, only the real part is\n\t\t\t"
"considered.",
0, 3, 0,
......
......@@ -229,6 +229,7 @@ def act2darm(pipeline, name):
def Act2darm():
test_common.build_and_run(act2darm, "act2darm", segment = segments.segment((LIGOTimeGPS(0, 1000000000 * gps_start_time), LIGOTimeGPS(0, 1000000000 * gps_end_time))))
plot_deltal_over_inj_timeseries('act')
assert False
rms('A')
rms('A', 'E')
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