Skip to content

Commit

Permalink
Update bio_ner_predictor_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterhector authored Apr 20, 2022
1 parent b562bc7 commit 03e056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wrappers/bio_ner_predictor_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def setUp(self):
self.set_up_succeed = True

def test_predict(self):
if set_up_succeed:
if self.set_up_succeed:
for idx, data_pack in enumerate(self.pl.process_dataset(self.input_path)):
ems = list(data_pack.get_data(EntityMention))
self.assertTrue(len(ems) > 0)
Expand Down

0 comments on commit 03e056f

Please sign in to comment.