Results 14 comments of Gabin An

Hi, you can check our program for intermediate ranking at [here](https://github.com/agb94/coldbrew/). I just invited @chenzimin and @monperrus as collaborators :)

Hi, I have a question. Is the score you've posted Average Line Error? ``` Total files: 17132 Average line error: 0.11328093683827162 (the lower, the better) Recall@1: 0.8841349521363531 (the higher, the...

Oh, sorry. That was the wrong program :( There's no problem at all.

I just ran my real program on Dataset 4, and here is the output: ``` Total files: 17132 Average line error: 0.08635175672664033 (the lower, the better) Recall@1: 0.9124445482138688 (the higher,...

Oh, I slightly modified the file after submitting, but I haven't noticed it... :( Sorry and thank you for checking again!

Hi :), thanks for reaching us. https://github.com/agb94/pyggi-quixbugs 👆 This repo contains the script & results that I used for the experiment. Maybe you can try with those scripts. Please let...

Then could you please try it with the recent version of pyggi? The `exec_cmd` is slightly updated.

I merged a PR into the master branch yesterday, so you can use the current master branch!

Oh, right. The StatusCode class is changed into RunResult class (https://github.com/coinse/pyggi/commit/21b1fbc94cf4dd81b90ca1bcc11a5b77398c4074), so the pyggi-quixbug script should be revised. Sorry for the inconvenience. + Have you separately run the shlex.split(cmd)? (I...

Are you using Windows?