Skip to content

Commit

Permalink
update encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
xehu committed Sep 23, 2024
1 parent c79d675 commit 167b814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_package_grouping_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
- Input containing only symbols (e.g,. ":-)")
- Empty input
"""
vector_testing_input = pd.read_csv("data/cleaned_data/test_vector_edge_cases.csv")
vector_testing_input = pd.read_csv("data/cleaned_data/test_vector_edge_cases.csv", encoding='latin-1')

test_vectors = FeatureBuilder(
input_df = vector_testing_input,
Expand Down

0 comments on commit 167b814

Please sign in to comment.