openreview / openreview-py

Official Python client library for the OpenReview API
https://openreview-py.readthedocs.io/en/latest/
MIT License
148 stars 22 forks source link

Fix/retries and await #2215

Closed carlosmondra closed 3 months ago

carlosmondra commented 3 months ago

This PR fixes how retries are made in openreview-py and how the error is read. I also migrated the test_edges file to use API 2. However, I could not make the polling strategy work because the count that I was getting was cached, so the polling timed out every time.

melisabok commented 3 months ago