openreview / openreview-py

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

Feature: ARR Reviewer Assignment Quotas #2242

Closed haroldrubio closed 1 week ago

haroldrubio commented 3 weeks ago

This PR adds pre-process checks to the Invite_Assignment and Assignment invitations to ensure that at most 3 reviewers are assigned/invited at any time

Resolves #2220

haroldrubio commented 3 weeks ago

I've added a test to ensure that the pre-process validation is skipped if it is not provided in the venue request form (in the mock June cycle), but I'm not sure if this is necessary