Skip to content
Snippets Groups Projects
Commit 215dc358 authored by Brian Moe's avatar Brian Moe
Browse files

Chad's fix -- put into dead code, just in case. (should really remove that dead code)

parent 2fb5dc8b
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
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