X-Git-Url: http://www.iramuteq.org/git?a=blobdiff_plain;f=tabsimi.py;fp=tabsimi.py;h=2c5ecbcdee285458a8c575d717fe3ccff4e71103;hb=585be25e4c896f0209c6f87c4ccf05cf395faec0;hp=b805cb85ae0adf82d9ae4725a12cf26aebd1b7f3;hpb=5d4e82920c202c13b2149b8d0cea5da4f945029a;p=iramuteq diff --git a/tabsimi.py b/tabsimi.py index b805cb8..2c5ecbc 100644 --- a/tabsimi.py +++ b/tabsimi.py @@ -90,7 +90,7 @@ class DoSimi(AnalyseMatrix): self.tableau.parametres['mineff'] = 0 if not self.fromprof : dialcol = FreqDialog(self.parent, self.tableau.get_colnames(), _("Select columns"), size=(600, 250), showNA = False) - dialcol.CenterOnParent() + dialcol.CenterOnParent() res = dialcol.ShowModal() else : res = wx.ID_OK @@ -121,14 +121,14 @@ class DoSimi(AnalyseMatrix): self.paramsimi = self.make_param() self.parametres.update(self.paramsimi) #self.parametres['type'] = 'simimatrix' - if not self.pathout : + if not self.pathout : self.parametres['pathout'] = ConstructPathOut(self.parametres['pathout'], 'SimiMatrix') else : self.parametres['pathout'] = self.dirout self.pathout.createdir(self.parametres['pathout']) self.pathout.dirout = self.parametres['pathout'] self.dial.Destroy() - #self.doanalyse2() + #self.doanalyse2() else : self.dial.Destroy() self.parametres = None