aboutsummaryrefslogtreecommitdiffstats
path: root/model-integration
diff options
context:
space:
mode:
authorLester Solbakken <lesters@oath.com>2019-11-20 12:33:10 +0100
committerLester Solbakken <lesters@oath.com>2019-11-20 12:33:10 +0100
commita01457e34d1b53a983f6300410e8849da1c0b441 (patch)
tree70d2108600bc7dd81c0a09d7f0a85120bcf6a11d /model-integration
parent414cc25cdfc47500377b7e9d5717889107be325f (diff)
Remove if_inversion file decoration on xgboost test
Diffstat (limited to 'model-integration')
-rw-r--r--model-integration/src/test/java/ai/vespa/rankingexpression/importer/xgboost/XGBoostImportEvaluationTestCase.java2
-rw-r--r--model-integration/src/test/models/xgboost/xgboost.test.json (renamed from model-integration/src/test/models/xgboost/xgboost.test.if_inversion.json)0
2 files changed, 1 insertions, 1 deletions
diff --git a/model-integration/src/test/java/ai/vespa/rankingexpression/importer/xgboost/XGBoostImportEvaluationTestCase.java b/model-integration/src/test/java/ai/vespa/rankingexpression/importer/xgboost/XGBoostImportEvaluationTestCase.java
index ec2498b3923..4c2d72dfb21 100644
--- a/model-integration/src/test/java/ai/vespa/rankingexpression/importer/xgboost/XGBoostImportEvaluationTestCase.java
+++ b/model-integration/src/test/java/ai/vespa/rankingexpression/importer/xgboost/XGBoostImportEvaluationTestCase.java
@@ -22,7 +22,7 @@ public class XGBoostImportEvaluationTestCase {
@Test
public void testXGBoostEvaluation() {
RankingExpression expression = new XGBoostImporter()
- .importModel("xgb", "src/test/models/xgboost/xgboost.test.if_inversion.json")
+ .importModel("xgb", "src/test/models/xgboost/xgboost.test.json")
.expressions().get("xgb");
ArrayContext context = new ArrayContext(expression, DoubleValue.NaN);
diff --git a/model-integration/src/test/models/xgboost/xgboost.test.if_inversion.json b/model-integration/src/test/models/xgboost/xgboost.test.json
index 8994d89787e..8994d89787e 100644
--- a/model-integration/src/test/models/xgboost/xgboost.test.if_inversion.json
+++ b/model-integration/src/test/models/xgboost/xgboost.test.json