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
76 stars 28 forks source link

Fix daily submission counter #1482

Closed Didayolo closed 5 months ago

Didayolo commented 5 months 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