Jorrit

Results 3 comments of Jorrit

@kylehase have you tried apt-get update & apt-get upgrade? That fixed the problem for me.

After a brief review of the code, it looks like this issue could also affect the other scorers. For example: scorers.py ``` _FRESHNESS_SCORES = [ 1.0, # Current year 0.9,...

> [@Joorrit](https://github.com/Joorrit) Thanks for catching this bug. Seem like you've nailed the problem right on its head. Awesome! and thanks for this clean PR. We'll review and merge it in...