# HG changeset patch # User SylvainPL # Date 1265988081 18000 # Node ID fe6f96951ed122d3c533fb293b4ac9fad736db4f # Parent ebf8b438362eccf6bd36bff8c5318ca91b7d5b70 corrige nom de la methode get_settings_names_determined_by_complexity(self,complexity) diff -r ebf8b438362e -r fe6f96951ed1 transformations/PoivreSel.py --- a/transformations/PoivreSel.py Fri Feb 12 10:21:02 2010 -0500 +++ b/transformations/PoivreSel.py Fri Feb 12 10:21:21 2010 -0500 @@ -30,7 +30,7 @@ def get_settings_names(self): return ['effectuer'] - def get_settings_name_determined_by_complexity(self,complexity): + def get_settings_names_determined_by_complexity(self,complexity): return ['proportion_bruit'] def regenerate_parameters(self, complexity):