Skip to content

Commit

Permalink
Rename to validRatio
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikdutt18 committed May 31, 2020
1 parent bb66ce8 commit ed7a643
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dataloader_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ BOOST_AUTO_TEST_CASE(MNISTDataLoaderTest)
BOOST_REQUIRE_EQUAL(std::get<0>(dataloader.TrainSet()).n_cols, 8400);
BOOST_REQUIRE_EQUAL(std::get<1>(dataloader.TrainSet()).n_rows, 1);
BOOST_REQUIRE_EQUAL(std::get<0>(dataloader.ValidSet()).n_cols, 33600);
BOOST_REQUIRE_EQUAL(std::get<1>(dataloader.TrainSet()).n_rows, 1);
BOOST_REQUIRE_EQUAL(std::get<1>(dataloader.ValidSet()).n_rows, 1);

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

0 comments on commit ed7a643

Please sign in to comment.