From c5415bd607ba3a8c748ec478695fd30a929b5794 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Zbyszy=C5=84ski?= <m.zbyszynski@gold.ac.uk> Date: Fri, 10 Nov 2017 12:00:14 +0000 Subject: [PATCH] fixed mistake in rapidLib tests --- tests/src/test_RapidLib.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/test_RapidLib.cpp b/tests/src/test_RapidLib.cpp index 801865c..b45aebe 100644 --- a/tests/src/test_RapidLib.cpp +++ b/tests/src/test_RapidLib.cpp @@ -23,8 +23,8 @@ SCENARIO("Test NN Regression", "[machineLearning]") REQUIRE(myData.recordSingleElement("label", input, output) == 1); //FIXME: Label is stupd here. -MZ //testing alternate API - auto newPhrase = myData.createNewPhrase("lab1"); - newPhrase->addElement(input, output); + //auto newPhrase = myData.createNewPhrase("lab1"); + //newPhrase->addElement(input, output); input = { 2.0, 44.2 }; output = { 20.14 }; -- GitLab