From 5acb0a22ac8d2f9b3e5a51f4b8bc76241a486cb0 Mon Sep 17 00:00:00 2001 From: osofskya Date: Fri, 29 Jul 2016 10:20:20 -0400 Subject: [PATCH] Update test.py --- testproject/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testproject/test.py b/testproject/test.py index 2bf5aa4..7c4063b 100644 --- a/testproject/test.py +++ b/testproject/test.py @@ -4,7 +4,7 @@ from numpy import count_nonzero from tensorflow.contrib.metrics.python import metrics -# Data sets +#Data sets #returns False if the index is outside the array bounds or if the array value at that index isn’t searchterm def arraysearch(a, searchterm, sindex): if sindex>=len(a):