Skip to content

Commit

Permalink
Update conftest.py
Browse files Browse the repository at this point in the history
  • Loading branch information
calebrob6 authored and adamjstewart committed Jun 13, 2022
1 parent 3c8ee4c commit 310b351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trainers/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def state_dict(model: Module) -> Dict[str, Tensor]:
return model.state_dict()


@pytest.fixture(params=["classification_model", "encoder"])
@pytest.fixture(params=["classification_model", "encoder_name"])
def checkpoint(
state_dict: Dict[str, Tensor], request: SubRequest, tmp_path: Path
) -> str:
Expand Down

0 comments on commit 310b351

Please sign in to comment.