Skip to content

Commit

Permalink
s2 appears to slow down after 20k calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel Imel authored and Nathaniel Imel committed Jul 31, 2023
1 parent 01baedc commit d3cf8ee
Show file tree
Hide file tree
Showing 5 changed files with 523 additions and 342 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Got locked out of ADS for too many requests after

Which means

- 3908 publications,
- 3908 publications,
- call_size 100
- num_pubs_max at 500
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## README

Started a few days after being throttled by semantic scholar.

"python main.py --bibtex_fp data/Imeletal2022a.bib --atlas_dir outputs/atlas_s2-7-29-23_centered_imeletal --centered True --max_pubs_per_expand 500 --api S2 --call_size 10"

First 41 pubs are ridiculously slow.
Finished overnight with no issues, though.
And second run to 20k does not seem to be too slow either.
Trying to expand to 30k, things seem to be slowing down. Maybe getting throttled.
21 changes: 0 additions & 21 deletions src/examples/scratch/run_topography.py

This file was deleted.

338 changes: 194 additions & 144 deletions src/examples/scratch/temporal.ipynb

Large diffs are not rendered by default.

494 changes: 318 additions & 176 deletions src/examples/scratch/topography.ipynb

Large diffs are not rendered by default.

0 comments on commit d3cf8ee

Please sign in to comment.