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
traitIsNumpyNDArray{
@@ -172,7 +172,7 @@ where
172
172
173
173
// If the input is already an ndarray and `TypeMustMatch` is used then any conversion
0 commit comments