miguelgfierro / codebase

Code base for programming projects
https://miguelgfierro.com
Other
53 stars 16 forks source link

error in g.last_year_commit_frequency #300

Closed miguelgfierro closed 4 years ago

miguelgfierro commented 5 years ago

In the tests:

>>> len(g.last_year_commit_frequency)
Expected:
    52
Got:
    0

Doens't happen consistently, in this build, it happened in one of the runs but not the other.

Maybe related to query limit???