fix generate error (#1590)

### What problem does this PR solve?

#1550 #1210 

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2024-07-18 14:33:30 +08:00
committed by GitHub
parent 4da3ee400b
commit 2b5812d0a9
4 changed files with 10 additions and 6 deletions

View File

@ -65,4 +65,4 @@ class ArXiv(ComponentBase, ABC):
df = pd.DataFrame(arxiv_res)
if DEBUG: print(df, ":::::::::::::::::::::::::::::::::")
return df
return df