vsc update fixed tests not working, removed print instructions previously used for debugging
This commit is contained in:
parent
c937323342
commit
ae541fec66
@ -8,9 +8,7 @@
|
||||
|
||||
static void prepareImageFile(const char *path, unsigned short int width, unsigned short int height, unsigned int short numberOfImages, unsigned char label)
|
||||
{
|
||||
printf("hier7\n");
|
||||
FILE *file = fopen(path, "wb");
|
||||
printf("hier8\n");
|
||||
|
||||
if(file != NULL)
|
||||
{
|
||||
@ -135,7 +133,6 @@ int main()
|
||||
printf("\n============================\nImage input tests\n============================\n");
|
||||
RUN_TEST(test_readImagesReturnsCorrectNumberOfImages);
|
||||
RUN_TEST(test_readImagesReturnsCorrectImageWidth);
|
||||
printf("hier4\n");
|
||||
RUN_TEST(test_readImagesReturnsCorrectImageHeight);
|
||||
RUN_TEST(test_readImagesReturnsCorrectLabels);
|
||||
RUN_TEST(test_readImagesReturnsNullOnNotExistingPath);
|
||||
|
||||
1
testFile.info2
Normal file
1
testFile.info2
Normal file
@ -0,0 +1 @@
|
||||
some_tag
|
||||
Loading…
x
Reference in New Issue
Block a user