Skip to content

Commit

Permalink
replace space to _ for name of test case
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderDokuchaev committed Jul 15, 2024
1 parent f83860b commit 54c8b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/torch/pruning/experimental/test_nodes_grouping.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,14 +488,14 @@ def test_groups(desc: GroupTestDesc, mocker, tmp_path):
BIG_MODEL_DESCS = [
GroupTestDesc(
model_desc=GeneralModelDesc(
model_name="MobileBERT big",
model_name="MobileBERT_big",
input_info=[dict(sample_size=[1, 128], type="long")] * 4,
model_builder=get_mobile_bert_big_model,
),
),
GroupTestDesc(
model_desc=GeneralModelDesc(
model_name="Swin big",
model_name="Swin_big",
input_info=dict(sample_size=[1, 3, 224, 224]),
model_builder=get_swin_tiny_model,
)
Expand Down

0 comments on commit 54c8b2d

Please sign in to comment.