changeset 297:6f606b359df3

&& -> and
author Arnaud Bergeron <abergeron@gmail.com>
date Wed, 10 Feb 2010 11:15:04 -0500
parents 089f236759d9
children a9af079892ce
files transformations/testmod.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/transformations/testmod.py	Wed Feb 10 10:58:44 2010 -0500
+++ b/transformations/testmod.py	Wed Feb 10 11:15:04 2010 -0500
@@ -74,7 +74,7 @@
     error("the returned parameter list must have the same length as the number of parameters")
 
 params2 = mod.regenerate_parameters(0.2)
-if len(names) != 0 && params == params2:
+if len(names) != 0 and params == params2:
     error("the complexity parameter determines the distribution of the parameters, not their value")
 
 mod.regenerate_parameters(0.0)