diff trafficintelligence/processing.py @ 1045:25db2383e7ae

work in progress on process.py
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 05 Jul 2018 17:45:18 -0400
parents 75a6ad604cc5
children 862b55a87e63
line wrap: on
line diff
--- a/trafficintelligence/processing.py	Thu Jul 05 17:06:40 2018 -0400
+++ b/trafficintelligence/processing.py	Thu Jul 05 17:45:18 2018 -0400
@@ -41,7 +41,7 @@
         if minClusterSize > 0 and removePrototypesAfterAssignment: # use prototypeIndices anyway
             prototypeIndices = assignedPrototypeIndices
     else:
-        labels = None    
+        labels = None
 
     return prototypeIndices, labels