From 0831d655a8cfe4b7388484157333d193c6f9ae3f Mon Sep 17 00:00:00 2001 From: Nicholas Battista Date: Tue, 14 Apr 2015 11:05:40 -0400 Subject: [PATCH] Improve python pipeline wit comment * Comemnt says Nick changed something and is shorter than this commit message. Why, oh whyyyy --- python_pipeline.ipy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python_pipeline.ipy b/python_pipeline.ipy index ab9e62b..00bda98 100644 --- a/python_pipeline.ipy +++ b/python_pipeline.ipy @@ -1,6 +1,8 @@ %pylab import numpy as np +Nick Added A Line, woo. + f = open('Lumi.2760.csv') g = f.readlines() f.close()