Skip to content

Commit 17dc47c

Browse files
committed
Missed comma in test filters.
1 parent 3452209 commit 17dc47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
if 'GITHUB_ACTIONS' in os.environ: # and 'Linux' in platform.system():
2525
# GitHub Linux runner is slower and hits memory limits sooner than MacOS, exclude bigger models
2626
EXCLUDE_FILTERS = [
27-
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm', '*101x3_bitm', '*50x3_bitm'
27+
'*efficientnet_l2*', '*resnext101_32x48d', '*in21k', '*152x4_bitm', '*101x3_bitm', '*50x3_bitm',
2828
'*nfnet_f3*', '*nfnet_f4*', '*nfnet_f5*', '*nfnet_f6*', '*nfnet_f7*',
2929
'*resnetrs350*', '*resnetrs420*']
3030
else:

0 commit comments

Comments
 (0)