Skip to content

Commit

Permalink
change back file importer
Browse files Browse the repository at this point in the history
  • Loading branch information
yaochengji committed Feb 4, 2025
1 parent 10c124d commit 451db0c
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions torchax/test/test_core_aten_ops.py
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
import math
import os
import sys
import unittest


import torch
from torch.utils import _pytree as pytree
from torchax import tensor

# Setup import folders.
test_folder = os.path.dirname(os.path.abspath(sys.argv[0]))
sys.path.append(test_folder)

import test_base

from . import test_base
from torch.utils import _pytree as pytree


def diff_output(testcase,
Expand Down

0 comments on commit 451db0c

Please sign in to comment.