Alexandros Koufakis
Results
1
comments of
Alexandros Koufakis
Happy to help. Just to clarify, I only removed the prefix (the path) but kept the actual name of the file. E.g. "/Users/cvangysel/Projects/pytrec_eval/trec_eval/convert_zscores.c" --> "convert_zscores.c" Something like: ``` if pathname.startswith("/Users/cvangysel/Projects/pytrec_eval/trec_eval/"):...