Skip to content
Snippets Groups Projects
Commit c5415bd6 authored by Michael Zbyszyński's avatar Michael Zbyszyński
Browse files

fixed mistake in rapidLib tests

parent 9ce1096e
Branches
Tags
No related merge requests found
......@@ -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 };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment