We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63dc446 commit d2e1dedCopy full SHA for d2e1ded
quaddtype/quaddtype/src/casts.cpp
@@ -40,7 +40,7 @@ quad_to_quad_resolve_descriptors(PyObject *NPY_UNUSED(self),
40
}
41
42
*view_offset = 0;
43
- return NPY_SAME_KIND_CASTING;
+ return NPY_NO_CASTING;
44
45
46
static int
@@ -399,7 +399,7 @@ init_casts_internal(void)
399
.name = "cast_QuadPrec_to_QuadPrec",
400
.nin = 1,
401
.nout = 1,
402
- .casting = NPY_SAME_KIND_CASTING,
+ .casting = NPY_NO_CASTING,
403
.flags = NPY_METH_SUPPORTS_UNALIGNED,
404
.dtypes = quad2quad_dtypes,
405
.slots = quad2quad_slots,
0 commit comments