codalab / codabench

Codabench is a flexible, easy-to-use and reproducible benchmarking platform. Check our paper at Patterns Cell Press https://hubs.li/Q01fwRWB0
Apache License 2.0
60 stars 26 forks source link

Fix daily submission counter #1482

Closed Didayolo closed 3 weeks ago

Didayolo commented 3 weeks ago

Description

We were using now().day, instead of now().date(), hence counting submissions from the same day on different months or years.

Issues this PR resolves

Checklist