fixed small glitch in == and !=
This commit is contained in:
parent
c69f2d9256
commit
1001ed44f5
1 changed files with 1 additions and 0 deletions
|
|
@ -50,6 +50,7 @@ STATIC MP_DEFINE_CONST_DICT(ulab_ndarray_locals_dict, ulab_ndarray_locals_dict_t
|
|||
|
||||
const mp_obj_type_t ulab_ndarray_type = {
|
||||
{ &mp_type_type },
|
||||
.flags = MP_TYPE_FLAG_EQ_CHECKS_OTHER_TYPE | MP_TYPE_FLAG_EQ_HAS_NEQ_TEST,
|
||||
.name = MP_QSTR_ndarray,
|
||||
.print = ndarray_print,
|
||||
.make_new = ndarray_make_new,
|
||||
|
|
|
|||
Loading…
Reference in a new issue