Test case: Buckeye corpus, output columns Word, Age, Gender, query string research. The query returns 26 matches.
When trying to switch to the G-test matrix, an exception is raised:
Type: ValueError
Message: Length of values does not match length of index
classes.py, line 79: run
app.py, line 1143: <lambda>
session.py, line 308: aggregate_data
managers.py, line 520: process
managers.py, line 818: summarize
managers.py, line 798: matrix
> raise ValueError('Length of values does not match length of ' 'index')
Test case: Buckeye corpus, output columns
Word
,Age
,Gender
, query stringresearch
. The query returns 26 matches.When trying to switch to the G-test matrix, an exception is raised: