Skip to content

Commit 4f1cf2f

Browse files
committed
Updated fixture to only test models 0-3
1 parent 63a1217 commit 4f1cf2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
# -- fixtures -------------------------------------------------------------------------------------
1111

12-
@pytest.fixture(scope='module', params=[x for x in range(8)])
12+
@pytest.fixture(scope='module', params=[x for x in range(4)])
1313
def model(request):
1414
return 'efficientnet-b{}'.format(request.param)
1515

0 commit comments

Comments
 (0)