UCBerkeleySETI / turbo_seti

turboSETI -- python based SETI search algorithm.

Home Page:http://turbo-seti.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AttributeError: module 'cupy' has no attribute '_core'

texadactyl opened this issue · comments

Fixing:
turbo_seti-master/turbo_seti/find_doppler/kernels/_hitsearch/__init__.py

Change cp._core.core.ndarray
to cp.ndarray
everywhere.