We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526aa98 commit e8b3f20Copy full SHA for e8b3f20
tests/test_cloud_io.py
@@ -15,7 +15,7 @@ def test_wrong_model_name(name):
15
16
17
@pytest.mark.parametrize(
18
- "model, model_path",
+ ("model", "model_path"),
19
[
20
("path/to/checkpoint", "path/to/checkpoint"),
21
# (BoringModel(), "%s/BoringModel.ckpt"),
0 commit comments