Closed gut closed 7 years ago
Hello thanks for the really helpful error report, it's fixed in 81346dfe5f73e7f9a6a5724 and is basically the same issue as you fixed in #76. It looks like the issue was part of the recent install update. Thanks again for the report.
After installing everything I noticed that the weka version downloaded was 3.8.1 (libraries/weka/README).
When I run the suite as
make run BLOCK=weka METHODBLOCK=KMEANS
, I get the following error:Deeper check was narrowed down to this explicit call:
And it didn't work because the regex
\n .*?total_time: (?P<total_time>.*?)s.*?\n
didn't match. (In fact weka didn't run, it just exits by printing the "help" output as showed above)Did I miss something?