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

author list wrong #30

Open
Xunius opened this issue Aug 7, 2018 · 0 comments
Open

author list wrong #30

Xunius opened this issue Aug 7, 2018 · 0 comments

Comments

@Xunius
Copy link
Owner

Xunius commented Aug 7, 2018

There is a mistake that when a field fetched is a sequence (e.g. author list), the sequence length can be wrong when there are duplicates.

E.g.

firstnames = L.Y., M.C., Y.L., Y.C., F.H.
lastnames = Oey, Chang, Chang, Lin, Xu

Because the duplicate (Chang) in the lastnames list is removed, the resultant author list ends up as:

Oey, L. Y. and Chang, M. C. and Lin, Y. L. and Xu, Y. C.

A fix is coming soon

Xunius added a commit that referenced this issue Aug 7, 2018
pandas requires numpy and if install from conda it tends to pull
a ton of things. When building an exe for windows this makes it bloated.

Also fix an issue that when a field is a sequence with duplicates,
the duplicates are removed resulting in shortend list. See issue 30
#30
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

1 participant