File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
quaddtype/numpy_quaddtype/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -767,7 +767,7 @@ init_casts_internal(void)
767
767
768
768
add_cast_to<npy_bool>(&PyArray_BoolDType);
769
769
add_cast_to<npy_byte>(&PyArray_ByteDType);
770
- add_cast_to<npy_ubyte>(&PyArray_ByteDType );
770
+ add_cast_to<npy_ubyte>(&PyArray_UByteDType );
771
771
add_cast_to<npy_short>(&PyArray_ShortDType);
772
772
add_cast_to<npy_ushort>(&PyArray_UShortDType);
773
773
add_cast_to<npy_int>(&PyArray_IntDType);
@@ -782,7 +782,7 @@ init_casts_internal(void)
782
782
783
783
add_cast_from<npy_bool>(&PyArray_BoolDType);
784
784
add_cast_from<npy_byte>(&PyArray_ByteDType);
785
- add_cast_from<npy_ubyte>(&PyArray_ByteDType );
785
+ add_cast_from<npy_ubyte>(&PyArray_UByteDType );
786
786
add_cast_from<npy_short>(&PyArray_ShortDType);
787
787
add_cast_from<npy_ushort>(&PyArray_UShortDType);
788
788
add_cast_from<npy_int>(&PyArray_IntDType);
You can’t perform that action at this time.
0 commit comments