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

Commit

Permalink
Merge pull request #3 from datarobot/master
Browse files Browse the repository at this point in the history
PR to master
  • Loading branch information
joristaglio authored Mar 1, 2018
2 parents 9206ef8 + 560fab5 commit bac46fa
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 bac46fa

Please sign in to comment.