Skip to content

Commit 154b6cb

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 5afc43a + 7dcb7a3 commit 154b6cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proxtorch/operators/tvl1_3d.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def get_padding_tuple(dim_index, ndim):
3232
padding_tuple[-2 * dim_index - 1] = 1
3333
return tuple(padding_tuple)
3434

35+
3536
class TVL1_3D(ProxOperator):
3637
"""
3738
Class for the 3D Total Variation proximal operator.

0 commit comments

Comments
 (0)