|
|
|
|
|
by dagw
3200 days ago
|
|
question: how do you debug a function which has a super complex decorator slapped on top of it? With difficulty. If you find yourself in a situation where you have a function that works without the numba decorator, but fails with it then it's time to break out your llvm reading skills: http://numba.pydata.org/numba-doc/0.10/annotate.html That being said it is very rare that that happens. |
|