# HG changeset patch # User Arnaud Bergeron # Date 1265818504 18000 # Node ID 6f606b359df3881f839ca2786b2c372da8c93dde # Parent 089f236759d94faae71cf75f66a8cb151c8731d5 && -> and diff -r 089f236759d9 -r 6f606b359df3 transformations/testmod.py --- 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)