openreview-py icon indicating copy to clipboard operation
openreview-py copied to clipboard

Venues added back to active_venues after Post Decision Stage

Open nlbahy opened this issue 2 years ago • 0 comments

After Post Decision Stage is run, venues should be permanently removed from active_venues. However, running another stage will add the venue back to the active_venue groups because most stages call Post Submission Stage. This uses setup_first_deadline_stage or setup_final_deadline_stage, which call create_paper_groups and add the venue back.

nlbahy avatar Aug 22 '22 15:08 nlbahy