Skip to content

Commit

Permalink
fix a max test bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 committed Oct 4, 2023
1 parent f2b4117 commit 016f266
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/py/dynamo/conversion/test_max_aten.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import torch
import torch.nn as nn
from harness import DispatchTestCase
from parameterized import parameterized
from torch.testing._internal.common_utils import run_tests

from .harness import DispatchTestCase


class TestMaxConverter(DispatchTestCase):
@parameterized.expand(
Expand Down

0 comments on commit 016f266

Please sign in to comment.