Skip to content

Commit ad11b26

Browse files
committed
Simplify parametrization
Signed-off-by: Domenic Barbuzzi <[email protected]>
1 parent 71d2e79 commit ad11b26

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/examples/test_quantization_w4a4_fp4.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ class TestQuantizationW4A4_FP4:
2424
"""
2525

2626
@pytest.mark.parametrize(
27-
("script_filename"),
27+
"script_filename",
2828
[
29-
pytest.param("llama3_example.py"),
30-
pytest.param("llama4_example.py"),
31-
pytest.param("qwen_30b_a3b.py"),
29+
"llama3_example.py",
30+
"llama4_example.py",
31+
"qwen_30b_a3b.py",
3232
],
3333
)
3434
def test_quantization_w4a4_fp4_example_script(

0 commit comments

Comments
 (0)