Skip to content

Commit

Permalink
Remove debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ivey committed Oct 5, 2023
1 parent 57864fc commit cc59ec5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_transformations.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ def test_word_swap_change_location_consistent():
for entity in augmented_text.get_spans("ner"):
entity_augmented.append(entity.tag)

print(entity_original)

assert entity_original == entity_augmented
assert s_augmented[0].count("New York") == 0

Expand Down

0 comments on commit cc59ec5

Please sign in to comment.