Skip to content

Commit

Permalink
fix unit test on GA
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacdonald committed Jan 11, 2022
1 parent 6748f97 commit dacb19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_snippets(self):
psg_scorer = (
pt.text.sliding(text_attr='text', length=5, prepend_attr=None)
>> pt.text.scorer(body_attr="text", wmodel='Tf')
>> pt.debug.print_rows()
>> pt.debug.print_rows(jupyter=False)
)
pipe = br >> pt.text.snippets(psg_scorer)
dfOut = pipe.search("chemical reactions")
Expand Down

0 comments on commit dacb19a

Please sign in to comment.