Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr committed Jul 17, 2024
1 parent 072d606 commit 611cddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mrinufft/operators/autodiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def __init__(self, nufft_op, wrt_data=True, wrt_traj=False):
self.nufft_op = nufft_op
self.nufft_op._grad_wrt_traj = wrt_traj
if wrt_traj and self.nufft_op.backend in ["finufft", "cufinufft"]:
self.nufft_op._make_plan_grad(self.nufft_op.samples)
self.nufft_op._make_plan_grad()
self.nufft_op._grad_wrt_data = wrt_data

def op(self, x):
Expand Down

0 comments on commit 611cddb

Please sign in to comment.