Skip to content

Commit

Permalink
Remove debug print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Elleo committed Aug 2, 2018
1 parent eeb4fb3 commit fc1a88c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cape_responder/responder_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ def translate_spans(answer_spans: List[Tuple[int, int]], context_spans: List[Tup
def reduce_results(future_answers, machine_reader_configuration: MachineReaderConfiguration,
chunks: List[SearchResult]) -> List[dict]:
flat_logits, flat_overlaps, flat_text, positions = Responder.combine_chunks(future_answers, chunks)
print(flat_logits, flat_overlaps, flat_text, positions)
results = []
answer_spans = []
answer_context_spans = []
Expand Down

0 comments on commit fc1a88c

Please sign in to comment.