Formatting

This commit is contained in:
sgugger 2020-09-16 14:57:09 -04:00
parent 42049b8e12
commit 3babef815c

View File

@ -312,6 +312,7 @@ def test_run_eval(model):
assert Path(output_file_name).exists()
os.remove(Path(output_file_name))
@slow
@pytest.mark.parametrize("model", [pytest.param(T5_TINY)])
def test_run_eval_search(model):