Skip to content

Commit 3ba34d4

Browse files
authored
Patch import module to avoid lost symbols (#735)
1 parent 1e7d33f commit 3ba34d4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dpnp/dpnp_iface_counting.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444

4545
from dpnp.dpnp_algo.dpnp_algo import * # TODO need to investigate why dpnp.dpnp_algo can not be used
4646
from dpnp.dparray import dparray
47-
from dpnp.dpnp_utils import *
47+
48+
# full module name because dpnp_iface_counting loaded from cython too early
49+
from dpnp.dpnp_utils.dpnp_algo_utils import *
4850

4951
__all__ = [
5052
'count_nonzero'

0 commit comments

Comments
 (0)