X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=iramuteq.py;h=0fb8ad3c7acf4721de6b97197874edada55262ed;hp=6abc278c8eff517e814717882a26d9d88f3b4b8c;hb=577acb1594de968ca2550ef0bc1f44e3cf1678f9;hpb=b5603a452507554481981b32147a60c17151cade diff --git a/iramuteq.py b/iramuteq.py index 6abc278..0fb8ad3 100644 --- a/iramuteq.py +++ b/iramuteq.py @@ -842,9 +842,10 @@ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, États-Unis.""" self.analyse_matrix(DoSimi, matrix = matrix, analyse_type = 'simimatrix', dlgnb = 5) def OnCHDReinert(self, event, matrix = None): - if matrix is None : - matrix = self.tree.getmatrix() - AnalyseQuest(self, matrix, parametres = {'type' : 'reinertmatrix'}, dlg = progressbar(self, 3)) + #if matrix is None : + # matrix = self.tree.getmatrix() + #AnalyseQuest(self, matrix, parametres = {'type' : 'reinertmatrix'}, dlg = 3) + self.analyse_matrix(AnalyseQuest, matrix = matrix, analyse_type = 'reinertmatrix', dlgnb = 5) def OnStudent(self, event): try: