-
Notifications
You must be signed in to change notification settings - Fork 1
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
Feature/mx 1677 orcid extractor #361
Conversation
I think this occurs because I have added orcid as a primary source? |
|
yep, that's it. feel free to bump the expected length up to 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good work already! i found some unused bits and pieces, and i had one bigger issue with the way the orcid models are written. could you take a look at that first?
i didn't review the tests yet, but i think they might change a bit anyway once the models are updated.
…mmon into feature/mx-1677-orcid-extractor
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's coming along! we just need to ensure proper unit test isolation
I was running my unit tests after pulling all new changes from main. But now I encounter this error:
|
But I fixed the requested changes and made sure I'm running unit tests and no integration tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a few simplifications and were good to go
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice! let's merge 🚀
PR Context
connector in mex-common that takes a string or orcid ID as argument
returns orcid person
convenience function: search for person, if one is found, transform to ExtractedPerson
Added
Changes
Deprecated
Removed
Fixed
Security