kiudee / cs-ranking

Context-sensitive ranking and choice in Python with PyTorch
https://cs-ranking.readthedocs.io
Apache License 2.0
66 stars 15 forks source link

Look into further static checking with pylint #131

Open timokau opened 4 years ago

timokau commented 4 years ago

A bug like #126 could have been cached by a static check for unused variables. We should think about using (at least some of) pylints checks.