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

ARR: validate that proposed assignment can not be more than N number per submission #2219

Closed melisabok closed 3 months ago

melisabok commented 3 months ago

This is to avoid AEs assigning more than 3 reviewers per paper during the proposed assignment stage.

melisabok commented 3 months ago

Fixed here: https://github.com/openreview/openreview-py/pull/2218