cvangysel / pytrec_eval

pytrec_eval is an Information Retrieval evaluation tool for Python, based on the popular trec_eval.
http://ilps.science.uva.nl/
MIT License
282 stars 32 forks source link

Python3.7 fix (retro-compatible) #10

Closed Ricocotam closed 5 years ago

Ricocotam commented 5 years ago

Just add a function to copy const char to char

Retrocompatible

cvangysel commented 5 years ago

Thanks @Ricocotam, LGTM!

I went into your branch and made some style changes. I also enabled CI for the repository and made sure the package builds with Python 3.4, 3.5, 3.6 and 3.7.