aadisawant2912 commited on
Commit
17086a1
·
verified ·
1 Parent(s): 6219c5c

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -2
tools.py CHANGED
@@ -168,8 +168,7 @@ def load_scopus_csv(csv_path: str, run_config: str = "abstract") -> str:
168
  all_stats = list(map(process_config, configs_to_run))
169
 
170
  # Also save original CSV as uploaded.csv for reference
171
- import shutil
172
- shutil.copy(csv_path, DATA_DIR / "uploaded.csv")
173
 
174
  return json.dumps({
175
  "configs_processed": list(map(lambda s: s["run_config"], all_stats)),
 
168
  all_stats = list(map(process_config, configs_to_run))
169
 
170
  # Also save original CSV as uploaded.csv for reference
171
+
 
172
 
173
  return json.dumps({
174
  "configs_processed": list(map(lambda s: s["run_config"], all_stats)),