Skip to content

Commit

Permalink
print es error
Browse files Browse the repository at this point in the history
  • Loading branch information
supercoderhawk committed Jan 17, 2020
1 parent 1a7e777 commit 754716c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsdm_digg/benchmark/benchmarker.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def single_query(self, doc):
ret = searcher.search(doc['description_text'], doc['cites_text'], self.top_n)
return {'description_id': doc['description_id'], **ret}
except Exception as e:
# print(e)
print(e)
return None

def get_input_batch(self):
Expand Down

0 comments on commit 754716c

Please sign in to comment.