Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Feb 15, 2024
1 parent 22f1084 commit 924780f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imars3d/backend/corrections/ring_removal.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def _remove_ring_artifact(
correction_range=correction_range,
),
[shm_arrays[:, sino_idx, :] for sino_idx in range(shm_arrays.shape[1])],
**kwargs
**kwargs,
)
rst = np.array(rst)
for i in range(arrays.shape[1]):
Expand Down

0 comments on commit 924780f

Please sign in to comment.