openreview / openreview-py

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

Await process logs for ARR #2417

Closed haroldrubio closed 2 weeks ago

haroldrubio commented 2 weeks ago

This PR checks to see that the previous date process has finished running before making a new change by checking process logs that have completed in okay or error.

The ARR class was actually making 3 edits, the initial edit, one to add the pre-process and one to change the invitation to support ethics review flagging. The custom stage was modified to support process and pre-process paths so that the ARR stage would only make 2 edits.