pygrams icon indicating copy to clipboard operation
pygrams copied to clipboard

Broken tests in test_tfidf_reduce.py

Open l-bailey-fnc opened this issue 1 year ago • 0 comments

test_terms() and test_scores() need to be updated as follows:

for x, _ in term_score_tuples -> term_score_tuples['accept']

This is because the term_score_tuples gets sorted into an accept and reject group by the utils.remove_stop_words() method in Pipeline.py line 180

l-bailey-fnc avatar Jun 26 '23 14:06 l-bailey-fnc