Skip to content

Commit

Permalink
#60: Fix another formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Apr 17, 2024
1 parent e3cc953 commit 96846d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/laplacian_smoothing.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# To motivate why we might want to take this sort of approach, consider momentarily the
# 1D case, where we have velocities :math:`\{v_i\}_{i=1}^n` at each of a sequence of
# :math:`n\in\mathbb{N}` points with uniform separation :math:`h`. If we want to smooth
# out the local variation in the velocities in the vicinity of :math:`v_i, we might
# out the local variation in the velocities in the vicinity of :math:`v_i`, we might
# consider averaging out :math:`(v_{i-1}-v_i)/h` and :math:`(v_{i+1}-v_i)/h`. Doing so
# gives
#
Expand Down

0 comments on commit 96846d8

Please sign in to comment.