Skip to content

Commit

Permalink
fix: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paquiteau committed Dec 15, 2023
1 parent 1a794dd commit 0eb2293
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
run: |
cd $RUNNER_WORKSPACE
rm -rf finufft
git clone https://github.com/flatiron/finufft
git clone https://github.com/flatironinstitute/finufft
cd finufft && mkdir build && cd build
export PATH=/usr/local/cuda-11.8/bin:$PATH
Expand Down
1 change: 1 addition & 0 deletions src/mrinufft/density/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""Density compensation methods."""
from .geometry_based import voronoi, voronoi_unique, cell_count
from .nufft_based import pipe

Expand Down
1 change: 0 additions & 1 deletion src/mrinufft/operators/interfaces/cufinufft.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
pin_memory,
sizeof_fmt,
)
from ._cupy_kernels import update_density

CUFINUFFT_AVAILABLE = CUPY_AVAILABLE
try:
Expand Down

0 comments on commit 0eb2293

Please sign in to comment.