Closed bpiwowar closed 4 years ago
The compiler (clang 11) was complaining
src/pytrec_eval.cpp:816:42: error: expected expression default_meas_params[i] = {
This hint helps the compiler and removes the error.
I believe this PR is no longer relevant since #27 was merged?
yes, closing
The compiler (clang 11) was complaining
This hint helps the compiler and removes the error.