Skip to content

Commit

Permalink
Solve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
erman-gurses committed Sep 4, 2024
2 parents 00cc617 + e2b25e1 commit e79b8b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/kernel/wave/wave_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sympy
import os
import torch
from parametrize_from_file import pff
import parametrize_from_file

_run_e2e = int(os.environ.get("WAVE_RUN_E2E_TESTS", 0))

Expand All @@ -18,7 +18,7 @@


@require_e2e
@pff
@parametrize_from_file
@pytest.mark.parametrize("shape", _test_shapes)
def test_copy(shape):
M = tkl.sym.M
Expand Down

0 comments on commit e79b8b9

Please sign in to comment.