Skip to content
This repository was archived by the owner on Nov 3, 2022. It is now read-only.

Commit f0870f0

Browse files
committed
Disable testing temporary for Xception on Theano
1 parent 47016be commit f0870f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/applications_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,8 @@ def test_vgg():
160160
_test_app_pooling(app, last_dim)
161161

162162

163+
@pytest.mark.skipif((backend.backend() == 'theano'),
164+
reason='not supported on Theano for Keras < 2.2.0')
163165
def test_xception():
164166
app = xception.Xception
165167
module = xception

0 commit comments

Comments
 (0)