Skip to content

Commit

Permalink
revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdadh committed Jul 28, 2022
1 parent 7da0cb9 commit 0d85909
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/micro/common/test_tvmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,7 @@ def test_tvmc_exist(platform, board):
@tvm.testing.requires_micro
@pytest.mark.parametrize(
"output_dir,",
[
pathlib.Path("./tvmc_relative_path_test"),
# pathlib.Path(tempfile.mkdtemp())
],
[pathlib.Path("./tvmc_relative_path_test"), pathlib.Path(tempfile.mkdtemp())],
)
def test_tvmc_model_build_only(platform, board, output_dir):
target = tvm.micro.testing.get_target(platform, board)
Expand Down

0 comments on commit 0d85909

Please sign in to comment.