From bee1edbf256ad180f20e62fbab11f39e8c2f8c02 Mon Sep 17 00:00:00 2001 From: ltcptgeneral Date: Fri, 13 Sep 2019 14:29:22 -0500 Subject: [PATCH] quick fixes --- data analysis/analysis/analysis.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data analysis/analysis/analysis.py b/data analysis/analysis/analysis.py index 8b3589c4..f780eb0a 100644 --- a/data analysis/analysis/analysis.py +++ b/data analysis/analysis/analysis.py @@ -4,7 +4,6 @@ # this should be imported as a python module using 'import analysis' # this should be included in the local directory or environment variable # this module has not been optimized for multhreaded computing -# number of easter eggs: 2 # setup: __version__ = "1.1.0.002" @@ -166,7 +165,7 @@ def load_csv(filepath): csvfile.close() return file_array -# data=array, mode = ['1d':1d_basic_stats, 'column':c_basic_stats, 'row':r_basic_stats], arg for mode 1 or mode 2 for column or row +# expects 1d array @jit(forceobj=True) def basic_stats(data):