Posting a custom conflict edge
invitation = "<your_venue_id>/Reviewers/-/Conflict"tail = "~User_One1"
head = "ggVj9Mmq2-a"readers = [
"~User_One1",
"your_venue_id",
"<your_venue_id>/Area_Chairs"
]label = "Custom Conflict"client.post_edge(openreview.Edge(
invitation = invitation,
label = label,
weight = -1,
head = head,
tail = tail,
signatures = [
"<your_venue_id>"
],
readers = [
"<your_venue_id>"
],
writers = [
"<your_venue_id>"
]))Last updated
Was this helpful?