Skip to content

Commit b62c638

Browse files
committed
Removed leftover in cython for DPNP_FN_COPYTO
1 parent 93660b2 commit b62c638

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dpnp/dpnp_algo/dpnp_algo.pxd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ cdef extern from "dpnp_iface_fptr.hpp" namespace "DPNPFuncName": # need this na
7272
DPNP_FN_COPY_EXT
7373
DPNP_FN_COPYSIGN
7474
DPNP_FN_COPYSIGN_EXT
75-
DPNP_FN_COPYTO
7675
DPNP_FN_CORRELATE
7776
DPNP_FN_CORRELATE_EXT
7877
DPNP_FN_COSH

tests/third_party/cupy/linalg_tests/test_product.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def test_dot_with_out(self, xp, dtype_a, dtype_b, dtype_c):
100100
@testing.gpu
101101
class TestCrossProduct(unittest.TestCase):
102102
@testing.for_all_dtypes_combination(["dtype_a", "dtype_b"])
103-
# TODO: remove once fixed
103+
# TODO: remove 'contiguous_check=False' once fixed in dpnp.cross()
104104
@testing.numpy_cupy_allclose(contiguous_check=False)
105105
def test_cross(self, xp, dtype_a, dtype_b):
106106
if dtype_a == dtype_b == numpy.bool_:

0 commit comments

Comments
 (0)