Skip to content

Numba Deprication warning and python fallback fix#3

Open
bmabir17-asj wants to merge 2 commits into
ZQPei:masterfrom
bmabir17-asj:master
Open

Numba Deprication warning and python fallback fix#3
bmabir17-asj wants to merge 2 commits into
ZQPei:masterfrom
bmabir17-asj:master

Conversation

@bmabir17-asj
Copy link
Copy Markdown

While running the code on with numba 0.18 , I found that the current method does not use numba to compile the code but falls back to python compiler due to depreciation. And thus i have followed this ref to make it compatible. Now the warning is gone and the functions with @jit runs faster compared to non-jit version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant