Update src/mlpack/tests/split_data_test.cpp

Co-authored-by: Marcus Edel <marcus.edel@fu-berlin.de>
This commit is contained in:
Rishabh Garg
2021-03-11 07:31:15 +05:30
committed by GitHub
co-authored by Marcus Edel
parent 1117300efb
commit d384a83c3d
+1 -1
View File
@@ -388,7 +388,7 @@ TEST_CASE("SplitMatrixLabeledData", "[SplitDataTest]")
CheckMatrices(labels, labels_concat);
}
/*
/**
* Split with input of type field<mat> and label of type field<vec>.
*/
TEST_CASE("SplitLabeledDataResultField", "[SplitDataTest]")