AttributeError: module 'cupy' has no attribute '_core'
texadactyl opened this issue · 0 comments
texadactyl commented
Fixing:
turbo_seti-master/turbo_seti/find_doppler/kernels/_hitsearch/__init__.py
Change cp._core.core.ndarray
to cp.ndarray
everywhere.