-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Account for multiple OpenAlex works with the same DOI
The dois_from_orcid() now returns a list of unique DOIs, instead of an iterator of possiblly unique DOIs. This allows a failing test to pass. The test for openalex_publications_from_dois() was relaxed a bit to look for 231 or more publications, since a lookup for an individual DOI can sometimes pull back multiple works. The number of columns for OpenAlex is now 53 because we added `institution_assertions`.
- Loading branch information
Showing
2 changed files
with
15 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters