Skip to content

Commit 44ce2db

Browse files
committed
update ut
1 parent a33376d commit 44ce2db

File tree

2 files changed

+3
-198
lines changed

2 files changed

+3
-198
lines changed

_unittests/ut__main/test_documentation_examples.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
import importlib
55
import subprocess
66
import time
7-
from onnx_array_api import __file__ as onnx_array_api_file
8-
from onnx_array_api.ext_test_case import ExtTestCase
7+
from sphinx_runpython import __file__ as root_file
8+
from sphinx_runpython.ext_test_case import ExtTestCase
99

1010
VERBOSE = 0
11-
ROOT = os.path.realpath(os.path.abspath(os.path.join(onnx_array_api_file, "..", "..")))
11+
ROOT = os.path.realpath(os.path.abspath(os.path.join(root_file, "..", "..")))
1212

1313

1414
def import_source(module_file_path, module_name):

_unittests/ut__main/test_profiling.py

Lines changed: 0 additions & 195 deletions
This file was deleted.

0 commit comments

Comments
 (0)