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
I see that you are using JIT of the numba library to speed up the evaluation function in your example, but when I used it, I found that numba does not seem to recognize those custom classes, so an error will be reported directly when using JIT. Is there any good solution to this situation?
The text was updated successfully, but these errors were encountered:
I see that you are using JIT of the numba library to speed up the evaluation function in your example, but when I used it, I found that numba does not seem to recognize those custom classes, so an error will be reported directly when using JIT. Is there any good solution to this situation?
The text was updated successfully, but these errors were encountered: