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):