Skip to content

Commit

Permalink
Remove eval limit for DOI matching
Browse files Browse the repository at this point in the history
Former-commit-id: a4f5f25
  • Loading branch information
kermitt2 committed Nov 24, 2018
1 parent e677663 commit 2f998e9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@ public boolean accept(File dir, String name) {
List<String> dois = new ArrayList<String>();
List<String> pmids = new ArrayList<String>();
while (ite.hasNext()) {
if (nbRef > 1000)
break;
JsonNode entryNode = ite.next();

String rawRef = null;
Expand Down

0 comments on commit 2f998e9

Please sign in to comment.