eigentom commited on
Commit
5990f7e
·
1 Parent(s): 07fb83f

chore: removed debugging code

Browse files
src/reviewer_agent/single_paper_inference.py CHANGED
@@ -291,10 +291,6 @@ def _split_paper_latex_sections(paper_text: str) -> Dict[str, str]:
291
  Mirrors the logic used in the example script but is reusable.
292
  """
293
 
294
- # save the paper_text to a file for debugging
295
- with open("/data/yilu/tmp_paper_text.txt", "w") as f:
296
- f.write(paper_text)
297
-
298
  text = paper_text or ""
299
 
300
  # 1) Try LaTeX-style title/abstract first (best signal when available).
 
291
  Mirrors the logic used in the example script but is reusable.
292
  """
293
 
 
 
 
 
294
  text = paper_text or ""
295
 
296
  # 1) Try LaTeX-style title/abstract first (best signal when available).