X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=tabsimi.py;h=db34395042ea3104cc4f59409f375506c28e21a3;hp=9de80672bddb6d7953ca9672e6da2bf99f9ed934;hb=159a6ea7066894985bd88b0bfba518c317870405;hpb=53df4af897991ea260f0b57e4b0f7826f6409860 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'])