Skip to content

Commit af046c7

Browse files
committed
Removed leftover in cython for DPNP_FN_COPYTO
1 parent 278cddd commit af046c7

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
@@ -86,7 +86,6 @@ cdef extern from "dpnp_iface_fptr.hpp" namespace "DPNPFuncName": # need this na
8686
DPNP_FN_COPY_EXT
8787
DPNP_FN_COPYSIGN
8888
DPNP_FN_COPYSIGN_EXT
89-
DPNP_FN_COPYTO
9089
DPNP_FN_CORRELATE
9190
DPNP_FN_CORRELATE_EXT
9291
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)