Skip to content

Commit 47cf19a

Browse files
Simplify parametrization
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 71d2e79 commit 47cf19a

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)