Skip to content

Commit 7c67fa0

Browse files
committed
rm missed deprecated comment
1 parent 1d854c1 commit 7c67fa0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/aspire/nufft/cufinufft.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def transform(self, signal):
7979
`(ntransforms, num_pts)` as CuPy array.
8080
"""
8181

82-
# This avoids false positive complaint for the workaround.
8382
if not (signal.dtype == self.dtype or signal.dtype == self.complex_dtype):
8483
logger.warning(
8584
"Incorrect dtypes passed to (a)nufft."

0 commit comments

Comments
 (0)