X-Git-Url: http://iramuteq.org/git?p=iramuteq;a=blobdiff_plain;f=corpusNG.py;h=cbaefa3955926bed56cc89dd876aa545f5a7ede4;hp=50f90e7bb7689e8d6d99933fd60620f2737f25f9;hb=d33694ef233bd4a28e69d88e9eef3c5c129442fe;hpb=5d8a0a0e99d9075adc28f2525fe0aba8e14c2b0a diff --git a/corpusNG.py b/corpusNG.py index 50f90e7..cbaefa3 100644 --- a/corpusNG.py +++ b/corpusNG.py @@ -526,7 +526,8 @@ class Corpus : lim -= 1 else : stop = nbmax - 1 - log.info('nb actives = %i - eff min = %i ' % (stop, lim)) + lim = effs[stop] + log.info('nb actives = %i - eff min = %i ' % (stop + 1, lim)) return [val[1] for val in allactives[0:stop + 1]], lim def make_and_write_profile(self, actives, ucecl, fileout) :