Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rwood-97 committed Oct 31, 2023
1 parent d99df36 commit bbb2c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_classify/test_classifier.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def test_init_models_timm(inputs):
assert isinstance(classifier.model, model_type)
assert all(k in classifier.dataloaders.keys() for k in ["train", "test", "val"])
classifier = ClassifierContainer(
model, labels_map=annots.labels_map
my_model, labels_map=annots.labels_map
)
assert isinstance(classifier.model, model_type)
assert classifier.dataloaders == {}
Expand Down

0 comments on commit bbb2c8f

Please sign in to comment.