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
I have been trying to reproduce the results of your paper, but the scripts/biorxiv_occurrences.py seeems to take infinity to process.
A major bottleneck is the for loop(in line 18), which calls upon scripts/biorxiv-scraper.R (as seen from line 21).
For perspective: the for loop(in line 18) does ~1M iterations, and I have only processed <1000 iterations in a span of 48 hours. I want to know if there is a serious issue in how I'm running the scripts?(I'm only following the README.md) or is it just a very slow server.