Skip to content

Commit

Permalink
Style Fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikdutt18 committed Jun 4, 2020
1 parent 57f8900 commit c8159f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/dataloader_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ BOOST_AUTO_TEST_CASE(CSVDataLoaderTest)
* Simple test for MNIST Dataloader.
*/
BOOST_AUTO_TEST_CASE(MNISTDataLoaderTest)
{/*
{
DataLoader<> dataloader("mnist", true, 0.80);

// Check for correct dimensions.
Expand All @@ -83,7 +83,7 @@ BOOST_AUTO_TEST_CASE(MNISTDataLoaderTest)
Utils::RemoveFile("./../data/mnist-dataset/mnist_all_centroids.csv");
Utils::RemoveFile("./../data/mnist-dataset/mnist_train.csv");
Utils::RemoveFile("./../data/mnist-dataset/mnist_test.csv");
Utils::RemoveFile("./../data/mnist.tar.gz");*/
Utils::RemoveFile("./../data/mnist.tar.gz");
}

/**
Expand Down

0 comments on commit c8159f8

Please sign in to comment.