You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Was using lascar to perform CPA analysis; however, the jit functionality of the CpaEngine was breaking.
Here is the debug output if interested:
Wanted to report this just in case anyone else runs into this problem in the meantime!
Hello, these kind of errors are usually due to the selection_function using types for input or output that cannot be infered from the python function, or are unsupported by numba. Perhaps (if you still have it, we haven't been quick to answer that one...) you could post the content of your generate_selection_function to find out?
The actual JIT error is usually pretty hard to find in the huge log of errors that pops when that happens though... The one you posted only shows were it happened, and the last part is a RuntimeWarning, not an error
Hello!
Was using lascar to perform CPA analysis; however, the jit functionality of the CpaEngine was breaking.
Here is the debug output if interested:
Wanted to report this just in case anyone else runs into this problem in the meantime!
The text was updated successfully, but these errors were encountered: