Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
alekseysh committed Dec 6, 2023
1 parent 034633e commit 1e61f1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_oml/test_models/test_models_creation.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_extractor(constructor: IExtractor, args: Dict[str, Any]) -> None:
assert torch.allclose(features1, features2)


# todo
# todo # don't execute this test in the whole matrix of python versions
# @pytest.mark.long
# @pytest.mark.parametrize("constructor", list(EXTRACTORS_REGISTRY.values()))
# def test_checkpoints_from_zoo(constructor: IExtractor) -> None:
Expand Down

0 comments on commit 1e61f1e

Please sign in to comment.