Skip to content

Commit

Permalink
Fix incorrect cufft module import
Browse files Browse the repository at this point in the history
  • Loading branch information
yousefmoazzam committed Dec 11, 2024
1 parent 67edb23 commit a70038f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from typing import Tuple
import numpy as np

from httomo.cufft import CufftType, cufft_estimate_2d
from httomo_backends.cufft import CufftType, cufft_estimate_2d

__all__ = [
"_calc_memory_bytes_paganin_filter_savu",
Expand Down

0 comments on commit a70038f

Please sign in to comment.