Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get list of outputs without concerning several invalid inputs #85

Closed
realliyifei opened this issue Mar 12, 2024 · 1 comment
Closed

Comments

@realliyifei
Copy link

When we process a bunch of document, we first get the list_of_corpusid and input them once by sch.get_papers(list_of_corpusid) to get a list of outputs so that we can save time.

However, when one or several of the inputs are invalid corpusid, the whole outputs would fail. This is painful when processing large corpus because we cannot guarantee that all corpusid are valid and the batch-processing is always interrupted.

@danielnsilva
Copy link
Owner

Hi @realliyifei

This is related to #80. Please take a look at this comment. This fix will be part of the next release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants