adsabs / ADSDocMatchPipeline

Pipeline to match publisher document with preprint counterpart and vice versa
MIT License
1 stars 4 forks source link

Adds utility to query doctype/matchable status from journals API #12

Closed seasidesparrow closed 1 year ago

seasidesparrow commented 1 year ago

adsdocmatch.matchable_status will return either a boolean (True or False) or an Exception when a bibstem is checked against the journals database as to whether it's a candidate for doc matching.

This PR also adds minor changes to run.py that fix bugs in deployment introduced in the previous release.

seasidesparrow commented 1 year ago

Unit test for xlsx file parsing is broken.