Skip to content

Commit ed7a643

Browse files
committed
Rename to validRatio
1 parent bb66ce8 commit ed7a643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dataloader_tests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ BOOST_AUTO_TEST_CASE(MNISTDataLoaderTest)
7676
BOOST_REQUIRE_EQUAL(std::get<0>(dataloader.TrainSet()).n_cols, 8400);
7777
BOOST_REQUIRE_EQUAL(std::get<1>(dataloader.TrainSet()).n_rows, 1);
7878
BOOST_REQUIRE_EQUAL(std::get<0>(dataloader.ValidSet()).n_cols, 33600);
79-
BOOST_REQUIRE_EQUAL(std::get<1>(dataloader.TrainSet()).n_rows, 1);
79+
BOOST_REQUIRE_EQUAL(std::get<1>(dataloader.ValidSet()).n_rows, 1);
8080

8181
// Clean up.
8282
Utils::RemoveFile("./../data/mnist-dataset/mnist_all.csv");

0 commit comments

Comments
 (0)