Skip to content

Commit 89e2a20

Browse files
Test commit: import scipy via dpnp_iface.py
1 parent fb153a6 commit 89e2a20

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

dpnp/__init__.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,12 @@
7070
from .dpnp_iface_utils import *
7171
from .dpnp_iface_utils import __all__ as _ifaceutils__all__
7272
from ._version import get_versions
73-
from . import scipy as scipy
73+
74+
# from . import scipy as scipy
7475

7576
__all__ = _iface__all__
7677
__all__ += _ifaceutils__all__
77-
__all__ += ["scipy"]
78+
# __all__ += ["scipy"]
7879

7980

8081
__version__ = get_versions()["version"]

dpnp/dpnp_iface.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
from dpnp.linalg import *
5656
from dpnp.memory import *
5757
from dpnp.random import *
58+
from dpnp.scipy.linalg import *
59+
from dpnp.scipy.special import *
5860

5961
__all__ = [
6062
"are_same_logical_tensors",

0 commit comments

Comments
 (0)