Skip to content

Commit

Permalink
fixing test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda103 committed Oct 3, 2023
1 parent 546937a commit 7b4a6aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unstructured/chunking/title.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def chunk_by_title(
and max_characters is not None
and (
combine_text_under_n_chars > new_after_n_chars
or combine_text_under_n_chars <= 0
or combine_text_under_n_chars < 0
or new_after_n_chars < 0
or max_characters <= 0
or combine_text_under_n_chars > max_characters
Expand Down

0 comments on commit 7b4a6aa

Please sign in to comment.