python - Is there something like `inspect_types()` for a numba ' @jitclass`? -
my numba @jitclass
fails typingerror , unhelpful error message, once try instantiate it: can't infer type of variable '$0.1': list(undefined)
. variable $0.1
correspond (ok, first 1 encountered, in function?). normal functions, inspect_types()
helpful here. however, doesn't seem exist, neither on jitclass, nor on it's methods. there jitclasses? i'm on numba 0.28.1 (currently latest stable), in general, i'm interested recent version of numba.
Comments
Post a Comment