Fixing compile error in SmokeTestRankEvalWithMustacheYAMLTestSuiteIT

This commit is contained in:
Christoph Büscher 2016-11-11 14:49:17 +01:00
parent 4e5c868709
commit 57ea1abb55
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ public class DiscountedCumulativeGain implements RankedListQualityMetric {
}
/**
* check whether this metric computes only dcg or "normalized" ndcg
* get the rating used for unrated documents
*/
public Integer getUnknownDocRating() {
return this.unknownDocRating;

View File

@ -36,7 +36,7 @@ public class SmokeTestRankEvalWithMustacheYAMLTestSuiteIT extends ESClientYamlSu
@ParametersFactory
public static Iterable<Object[]> parameters() throws IOException, ClientYamlTestParseException {
return ESClientYamlSuiteTestCase.createParameters(0, 1);
return ESClientYamlSuiteTestCase.createParameters();
}
}