openreview / openreview-scripts

12 stars 7 forks source link

Feat: Neurips submission pre-process #1260

Closed celestemartinez closed 1 year ago

celestemartinez commented 1 year ago

The pre-process checks two things:

Comment: the commented out code is how I tried to do it at first, but it was not working. I think it's because the thrown error would exit the inside function, but the outside one didn't know which error was being thrown (the user would just see "Something went wrong") Is there a better way to do this?

celestemartinez commented 1 year ago

Screen Shot 2023-05-01 at 2 11 51 PM

melisabok commented 1 year ago

have you tested this with real data? how long does it take to do the post operation? I'm worried that it can take too long.