You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This could be made more efficient by checking sqlite state and updating the sysrev api. It doesn't really do any 'syncing' right now, but doing so is difficult since the sysrev.com/api-json/article-info and sysrev.com/api-json/project-articles are the only routes for getting article-label data and the article-info route is the only route for getting autolabel data. We would need:
a new sysrev.com route for getting all article-labels assigned after a given article-label
a new sysrev.com route for getting all the new autolabel info
it would also help to have informaiton on which predict-run was used to generate autolabel info
This could be made more efficient by checking sqlite state and updating the sysrev api. It doesn't really do any 'syncing' right now, but doing so is difficult since the
sysrev.com/api-json/article-info
andsysrev.com/api-json/project-articles
are the only routes for getting article-label data and thearticle-info
route is the only route for getting autolabel data. We would need:PySysrev/sysrev/client.py
Line 96 in 494e938
The text was updated successfully, but these errors were encountered: