Commit 3babef81 authored by sgugger's avatar sgugger
Browse files

Formatting

parent 42049b8e
...@@ -312,6 +312,7 @@ def test_run_eval(model): ...@@ -312,6 +312,7 @@ def test_run_eval(model):
assert Path(output_file_name).exists() assert Path(output_file_name).exists()
os.remove(Path(output_file_name)) os.remove(Path(output_file_name))
@slow @slow
@pytest.mark.parametrize("model", [pytest.param(T5_TINY)]) @pytest.mark.parametrize("model", [pytest.param(T5_TINY)])
def test_run_eval_search(model): def test_run_eval_search(model):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment