X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=ProfList.py;h=d7d288d2a2272e96b4d0578c2878669c0651e2b6;hp=09b30a24ebeaf3b6533497a43c2c58d298e3231a;hb=ea81472844df73875a9b2ba9122d487361fd88ac;hpb=335b23ebd11edc39118c6c06deb930bd4a9cf0a9 diff --git a/ProfList.py b/ProfList.py index 09b30a2..d7d288d 100644 --- a/ProfList.py +++ b/ProfList.py @@ -478,7 +478,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col 'lem' : self.Source.parametres['lem'], 'tmpchi' : self.tmpchi} #try : - self.parent.SimiFromCluster(self.parent, self.Source.corpus, self.la, self.cl - 1, parametres = parametres, dlg = progressbar(self, 4)) + self.parent.SimiFromCluster(self.parent, self.Source.corpus, self.la, self.lfreq, self.lchi, self.cl - 1, parametres = parametres, dlg = progressbar(self, 4)) #except : # print 'not acitve' @@ -492,7 +492,7 @@ class ProfListctrlPanel(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.Col 'lem' : self.Source.parametres['lem'], 'tmpchi' : self.tmpchi} - self.parent.SimiFromCluster(self.parent, self.Source.corpus, self.la, self.cl - 1, parametres = parametres, dlg = progressbar(self, 4)) + self.parent.SimiFromCluster(self.parent, self.Source.corpus, self.la, self.lfreq, self.lchi, self.cl - 1, parametres = parametres, dlg = progressbar(self, 4)) #dlg = progressbar(self, 2) #corpus = self.Source.corpus #uces = corpus.lc[self.cl-1]