Skip to content

Commit e717250

Browse files
author
Yusuke Uchida
committed
remove comments
1 parent f6b5660 commit e717250

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_models.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ def test_model_backward(model_name, batch_size):
6969

7070
@pytest.mark.timeout(120)
7171
@pytest.mark.parametrize('model_name', list_models())
72-
#@pytest.mark.parametrize('model_name', ["xception41"])
7372
@pytest.mark.parametrize('batch_size', [1])
7473
def test_model_default_cfgs(model_name, batch_size):
7574
"""Run a single forward pass with each model"""

0 commit comments

Comments
 (0)