Skip to content

Commit

Permalink
DOC: Fix small issue in math mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Apr 17, 2024
1 parent 02adaa2 commit 532712f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darsia/restoration/h1_regularization.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def _H1_regularization_array(
min_u 1/2 ||u - img||_{2,omega}^2 + 1/2 ||nabla u||_{2,mu}^2
with ||u||_{2,omega}^2 = \int omega |u|^2 dx, and similary for the second term.
with ||u||_{2,omega}^2 = int omega |u|^2 dx, and similary for the second term.
Args:
img (np.ndarray): image to regularize
Expand Down

0 comments on commit 532712f

Please sign in to comment.