Skip to content
Snippets Groups Projects
Commit 6f5c4c0c authored by Tanner Prestegard's avatar Tanner Prestegard Committed by gracedb-dev1
Browse files

fixing ifar queries

parent 473ac13b
No related branches found
No related tags found
No related merge requests found
......@@ -12,3 +12,4 @@ doc/build/.buildinfo
admin_doc/build/*
admin_doc/build/.buildinfo
settings/settings_secret.py
settings/local.py
......@@ -179,12 +179,12 @@ REPORT_IFAR_IMAGE_DIR = LATENCY_REPORT_DEST_DIR
#]
REPORTS_IFAR = [
#(query, axis_label, title, fname),
("gstlal %d..%d" % (yesterday, now),
("gstlal %d .. %d" % (yesterday, now),
"GraceDB gstlal events",
"FARs from gstlal - last day",
"ifar_day.png"
),
("gstlal %d..%d" % (lastweek, now),
("gstlal %d .. %d" % (lastweek, now),
"GraceDB gstlal events",
"FARs from gstlal - last week",
"ifar_week.png"
......
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