diff python/tests/utils.txt @ 878:8e8ec4ece66e

minor + bug corrected in motion pattern learning
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Fri, 10 Mar 2017 15:31:26 -0500
parents 4b3518f6dd01
children 4f3387a242a1
line wrap: on
line diff
--- a/python/tests/utils.txt	Wed Mar 08 17:46:28 2017 -0500
+++ b/python/tests/utils.txt	Fri Mar 10 15:31:26 2017 -0500
@@ -10,7 +10,7 @@
 True
 
 >>> computeChi2([],[])
-0.0
+0
 >>> computeChi2(range(1,10),range(1,10))
 0.0
 >>> computeChi2(range(1,9),range(1,10))