Skip to content

Commit

Permalink
pass diff_method argument to gradient in structure tensor
Browse files Browse the repository at this point in the history
  • Loading branch information
dhamm97 authored and SepandKashani committed Nov 25, 2024
1 parent 9e94dbb commit d172dc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyxu/operator/linop/filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -999,6 +999,7 @@ def __init__(
self.grad = pxld.Gradient(
dim_shape=dim_shape,
directions=None,
diff_method=diff_method,
mode=mode,
gpu=gpu,
dtype=dtype,
Expand Down

0 comments on commit d172dc4

Please sign in to comment.