From 560fab55da5213b63e2ddf2d76b347533a5941e3 Mon Sep 17 00:00:00 2001 From: Jett Oristaglio Date: Thu, 1 Mar 2018 13:57:05 -0500 Subject: [PATCH] Fixing filename --- tests/image_featurizer_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/image_featurizer_test.py b/tests/image_featurizer_test.py index 49ad00c..a0a644b 100644 --- a/tests/image_featurizer_test.py +++ b/tests/image_featurizer_test.py @@ -16,7 +16,7 @@ CHECK_CSV = 'tests/ImageFeaturizer_testing/csv_checking/{}_check_csv' CSV_NAME_MULT = 'tests/ImageFeaturizer_testing/csv_checking/mult_check_csv.csv' -CHECK_CSV_MULT = 'tests/ImageFeaturizer_testing/csv_checking/{}_CHECK_CSV_MULT' +CHECK_CSV_MULT = 'tests/ImageFeaturizer_testing/csv_checking/{}_check_csv_mult' IMAGE_LIST_MULT = [['arendt.bmp', 'sappho.png', ''], ['borges.jpg', '', '']] CHECK_ARRAY_MULT = 'tests/ImageFeaturizer_testing/array_tests/check_prediction_array_{}_mult.npy'