Skip to content

Commit

Permalink
fix cpp_helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Apr 29, 2024
1 parent 33fce4a commit a09b209
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nifty_ls/finufft.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,7 @@ def lombscargle(
w = yw_w[Nbatch:]

t_helpers = -timer()
# if not _no_cpp_helpers:
if False:
if not _no_cpp_helpers:
t1 = np.empty_like(t)
t2 = np.empty_like(t)

Expand Down

0 comments on commit a09b209

Please sign in to comment.