Skip to content

Commit

Permalink
now try disabling finufft
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarrison committed Apr 29, 2024
1 parent b2a3520 commit d1c1292
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
runs-on: ubuntu-latest
# TODO: only run on release
# if: github.event_name == 'release' && github.event.action == 'published'
if: startsWith(github.ref, 'refs/tags/v')
steps:
- uses: actions/download-artifact@v4
with:
Expand Down
4 changes: 1 addition & 3 deletions src/nifty_ls/finufft.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from timeit import default_timer as timer

import finufft
# import finufft
import numpy as np

from . import cpu_helpers
Expand Down Expand Up @@ -83,8 +83,6 @@ def lombscargle(
- `fftw`: the FFTW planner flags [FFTW_ESTIMATE]
"""

_no_cpp_helpers = True # TODO

# TODO: better upsampfrac heuristics?
default_finufft_kwargs = dict(
eps='default',
Expand Down

0 comments on commit d1c1292

Please sign in to comment.