Skip to content

Commit

Permalink
Change parametrize fixture to use string instead of list
Browse files Browse the repository at this point in the history
  • Loading branch information
Mousius committed Jun 30, 2021
1 parent 79c57be commit d7893a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/driver/tvmc/test_mlf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@


@pytest.mark.parametrize(
["target", "pass_configs"], [["llvm", []], ["c --executor=aot", ["tir.disable_vectorize=1"]]]
"target,pass_configs", [["llvm", []], ["c --executor=aot", ["tir.disable_vectorize=1"]]]
)
def test_tvmc_cl_compile_run_mlf(tflite_mobilenet_v1_1_quant, tmpdir_factory, target, pass_configs):
pytest.importorskip("tflite")
Expand Down

0 comments on commit d7893a4

Please sign in to comment.