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 Jul 2, 2024
1 parent ff053b3 commit 1823b25
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bm3dornl/bm3d.py
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,9 @@ def bm3d_ring_artifact_removal_ms(

# Bin horizontally
for i in range(0, k):
binned_sinos_orig.append(horizontal_binning(binned_sinos_orig[-1], fac=2, dim=1))
binned_sinos_orig.append(
horizontal_binning(binned_sinos_orig[-1], fac=2, dim=1)
)
binned_sinos.append(np.zeros(0))

binned_sinos[-1] = binned_sinos_orig[-1]
Expand Down

0 comments on commit 1823b25

Please sign in to comment.