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

SACs are not readers of anon AC groups #1017

Open carlosmondra opened 3 years ago

carlosmondra commented 3 years ago

SACs are not readers of anonymous AC groups. This is odd as they can see the identities of the ACs with the proposed assignment edges from the SAC console. Example:

{
    "id": "ICLR.cc/2022/Conference/Paper1/Area_Chair_vwjZ",
    "cdate": 1633669604162,
    "ddate": null,
    "tcdate": 1633669604162,
    "tmdate": 1635461087727,
    "tddate": null,
    "web": null,
    "signatures": [
      "OpenReview.net"
    ],
    "signatories": [
      "ICLR.cc/2022/Conference",
      "ICLR.cc/2022/Conference/Paper1/Area_Chair_vwjZ"
    ],
    "readers": [
      "ICLR.cc/2022/Conference",
      "ICLR.cc/2022/Conference/Program_Chairs",
      "ICLR.cc/2022/Conference/Paper1/Area_Chair_vwjZ" // Senior Area Chair is not reader: "ICLR.cc/2022/Conference/Paper1/Senior_Area_Chairs"
    ],
    "nonreaders": [
      "ICLR.cc/2022/Conference/Paper1/Authors"
    ],
    "writers": [
      "ICLR.cc/2022/Conference"
    ],
    "members": [
      "~Carlos_Mondragon1"
    ],
    "tauthor": "OpenReview.net"
  }
melisabok commented 2 years ago

@purujitgoyal can you check if this issue is fixed in your last PR #1120 ?