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 3e18226 commit 006f70bCopy full SHA for 006f70b
quaddtype/numpy_quaddtype/src/scalar.c
@@ -239,7 +239,7 @@ QuadPrecision_dealloc(QuadPrecisionObject *self)
239
}
240
241
PyTypeObject QuadPrecision_Type = {
242
- PyVarObject_HEAD_INIT(NULL, 0).tp_name = "numpy_quaddtype.QuadPrecDType",
+ PyVarObject_HEAD_INIT(NULL, 0).tp_name = "numpy_quaddtype.QuadPrecision",
243
.tp_basicsize = sizeof(QuadPrecisionObject),
244
.tp_itemsize = 0,
245
.tp_new = QuadPrecision_new,
0 commit comments