Skip to content

Commit 34eaea0

Browse files
committed
removing old visual recognition example tests
1 parent 6bccdbd commit 34eaea0

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

examples/visual_recognition_v1_beta.py

Lines changed: 0 additions & 15 deletions
This file was deleted.

test/test_examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# tests to exclude
1313
excludes = ['authorization_v1.py', 'concept_expansion_v1.py', 'alchemy_data_news_v1.py',
1414
'alchemy_language_v1.py', 'alchemy_vision_v1.py', 'relationship_extraction_v1_beta.py',
15-
'natural_language_classifier_v1.py']
15+
'visual_recognition_v2_beta.py']
1616

1717
# examples path. /examples
1818
examples_path = join(dirname(__file__), '../', 'examples', '*.py')

0 commit comments

Comments
 (0)