SAFEtoolbox / SAFE-python

Sensitivity Analysis library for python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSA_groups import error due to numba object mode fall back

olipfeifferthkoeln opened this issue · comments

Hello,

there seems to be a problem in your util.py script. I get this warning when i am trying to import RSAgroups.py.:

The 'nopython' keyword argument was not supplied to the 'numba.jit' decorator. The implicit default value for this argument is currently False, but it will be changed to True in Numba 0.59.0.

The RSA functions wont run because of this error. The internet says you can solve this error when you either set @jit(nopython= ) to TRUE or False. I tried both but i didnt work.

Do you habe an solution to this?

Kind Regards,
Oliver