vsc update fixed tests not working, removed print instructions previously used for debugging

This commit is contained in:
Jonas Hofmann 2025-11-20 00:02:10 +01:00
parent c937323342
commit ae541fec66
2 changed files with 1 additions and 3 deletions

View File

@ -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
View File

@ -0,0 +1 @@
some_tag