Skip to content
This repository has been archived by the owner on Jun 13, 2022. It is now read-only.

Commit

Permalink
Fixing filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Jett Oristaglio committed Mar 1, 2018
1 parent ea8433f commit 560fab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/image_featurizer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit 560fab5

Please sign in to comment.