Skip to content

Commit

Permalink
DOC: remove invalid escape sequence error
Browse files Browse the repository at this point in the history
  • Loading branch information
carsten-forty2 committed Sep 25, 2024
1 parent f22dc0f commit c8219f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pygimli/frameworks/resolution.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def scaledJacobianMatrix(inv):
raise TypeError("Matrix type cannot be converted")

def resolutionMatrix(inv, returnRD=False):
"""Formal model (and data) resolution matrix (MCM) from inversion.
r"""Formal model (and data) resolution matrix (MCM) from inversion.
.. math::
Expand Down Expand Up @@ -73,7 +73,7 @@ def resolutionMatrix(inv, returnRD=False):
return RM

def modelResolutionMatrix(inv):
"""Formal model resolution matrix (MCM) from inversion.
r"""Formal model resolution matrix (MCM) from inversion.
.. math::
Expand Down

0 comments on commit c8219f7

Please sign in to comment.