From 215dc35873fe737e0c609d4772425aebebf18684 Mon Sep 17 00:00:00 2001 From: Brian Moe <brian.moe@ligo.org> Date: Mon, 30 Jan 2012 17:41:45 -0600 Subject: [PATCH] Chad's fix -- put into dead code, just in case. (should really remove that dead code) --- gracedb/management/commands/make_ifar.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gracedb/management/commands/make_ifar.py b/gracedb/management/commands/make_ifar.py index 744facf2b..e753a0500 100644 --- a/gracedb/management/commands/make_ifar.py +++ b/gracedb/management/commands/make_ifar.py @@ -62,7 +62,7 @@ def ifar_chart(events, title, axis_label, filename): fars = scipy.array(sorted(fars)) - Ns = scipy.arange(len(fars)) + Ns = scipy.arange(len(fars)) + 1 T = float(max(ts) - min(ts)) -- GitLab