-
Notifications
You must be signed in to change notification settings - Fork 4
New Core PR, after Rebased with upstream/master #28
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
New Core PR, after Rebased with upstream/master #28
Conversation
after upgrading... pip freeze > requirements.txt the old requirements are saved in oldrequirements.txt for reference
- deserialization works - re-serialization does not, there are additional dictionary keys that exist that don't match the provided config_file. will need to discuss the goal of this doi_builder a bit more to understand it
This reverts commit afa51f7.
…ng ELinkAPI RecordResponse
…on files) on ELink found bug with rows greater than 100 on ElinkAPI query_records (144845 dois under 10.17188, 12 are not titled Materials Data On... (edge cases), 144833 Materials have DOIs)
… steps + new doi collection
* move old code to 'legacy' * setup project using uv * add license * testing skeleton * gh actions skeleton * remove old reqs file to prevent dependabot alerts --------- Co-authored-by: Tyler Mathis <35553152+tsmathis@users.noreply.github.com>
34a08fd to
503696a
Compare
tsmathis
left a comment
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.
copied over my review comments from the previous PR (forgot to add the review there)
…sting-suite PR handle any pytest testing files, after new-core-to-rebase PR is merged.
|
is |
|
re: the And to also move |
…ved DAMinimum model to models.py
Summary
New source code to find old DOI records, update them, and post new records.
some changes and misc. notes
test_core.py contains the steps to ...
Todos