Skip to content

Commit e870e2a

Browse files
committed
Does this work?
1 parent bc566cc commit e870e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blobmodel/blobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Blob:
1414
the function `discretize_blob`. The contribution of a single blob to a grid defined by `x`, `y` and `t` is given by:
1515
1616
.. math::
17-
a e^{-(t-t_k)/\tau_\shortparallel}\varphi\left( \frac{x-v(t-t_k)}{\ell_x}, \frac{(y-y_k)-w(t-t_k)}{\ell_y} \right)
17+
a e^{-(t-t_k)/\\tau_\\shortparallel}\\varphi\\left( \\frac{x-v(t-t_k)}{\ell_x}, \\frac{(y-y_k)-w(t-t_k)}{\ell_y} \\right)
1818
1919
Where:
2020
- :math:`a` is the blob amplitude, `amplitude`.

0 commit comments

Comments
 (0)