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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -

delphi - Disable and change color of node in Treeview -