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

Do not let users select negative numbers for Max Papers #1793

Open racheljsmart opened 1 year ago

racheljsmart commented 1 year ago
Screen Shot 2023-08-01 at 4 01 58 PM

Users should not be able to select negative numbers when setting a custom max paper limit.

enrubio commented 1 year ago

Could this be due to this line? @melisabok

https://github.com/openreview/openreview-py/blob/f49ec3f45358a6fa35ebea2d92cd7b13b2c33fd4/openreview/venue/matching.py#L148-L152