Closed cooperlab closed 1 year ago
@Leengit This is an odd issue I came across with more details here.
Should I apply this to other isinstance(x, int) checks with user-provided values too? Numpy types will be common.
isinstance(x, int)
@Leengit This is an odd issue I came across with more details here.
Should I apply this to other
isinstance(x, int)
checks with user-provided values too? Numpy types will be common.