X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=tabsimi.py;h=db34395042ea3104cc4f59409f375506c28e21a3;hp=9de80672bddb6d7953ca9672e6da2bf99f9ed934;hb=93cbfaab587c5d7f16874c270dee5d4a2f885074;hpb=b5603a452507554481981b32147a60c17151cade diff --git a/tabsimi.py b/tabsimi.py index 9de8067..db34395 100644 --- a/tabsimi.py +++ b/tabsimi.py @@ -30,7 +30,7 @@ class DoSimi(AnalyseMatrix): self.cmd = self.parametres.get('cmd', False) self.dirout = self.parametres.get('pathout', False) if self.fromprof: - self.paramsimi = parametres + self.paramsimi = self.parametres else : self.paramsimi = {'coeff' : 0, 'layout' : 2, @@ -109,7 +109,6 @@ class DoSimi(AnalyseMatrix): #self.parametres['type'] = 'simimatrix' if not self.pathout : self.parametres['pathout'] = ConstructPathOut(self.parametres['pathout'], 'SimiMatrix') - print self.parametres['pathout'] else : self.parametres['pathout'] = self.dirout self.pathout.createdir(self.parametres['pathout'])