Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error report:No implementation of function Function(<ufunc 'ceil'>) found for signature #4

Open
P0Zeratul opened this issue Jan 8, 2023 · 0 comments

Comments

@P0Zeratul
Copy link

I followed the jupyternotebook's guide then the I found this:
TypingError: No implementation of function Function(<ufunc 'ceil'>) found for signature:

ceil(complex128)

There are 2 candidate implementations:

  • Of which 2 did not match due to:
    Overload in function 'Numpy_rules_ufunc.generic': File: numba\core\typing\npydecl.py: Line 98.
    With argument(s): '(complex128)':
    Rejected as the implementation raised a specific error:
    TypingError: can't resolve ufunc ceil for types [complex128]
    raised from C:\Users******\anaconda3\envs\Python-3.8\lib\site-packages\numba\core\typing\npydecl.py:107

It happened when I tried to use the function nufft_adjoint.In notebook, the code is:
img_grid = sp.nufft_adjoint(ksp * dcf, coord)

Could you please help me?

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

No branches or pull requests

1 participant