You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Marker type to indicate that the element type received via [`PyArrayLike`] can be cast to the specified type by NumPy's [`asarray`](https://numpy.org/doc/stable/reference/generated/numpy.asarray.html).
@@ -39,7 +39,7 @@ pub struct AllowTypeChange;
39
39
implSealedforAllowTypeChange{}
40
40
41
41
implCoerceforAllowTypeChange{
42
-
constVAL:bool = true;
42
+
constALLOW_TYPE_CHANGE:bool = true;
43
43
}
44
44
45
45
/// Receiver for arrays or array-like types.
@@ -153,7 +153,9 @@ where
153
153
154
154
// If the input is already an ndarray and `TypeMustMatch` is used then no type conversion
0 commit comments