From dcdcbd212a292e526e0de4687506d049a48a91f5 Mon Sep 17 00:00:00 2001 From: Lindsey Heagy Date: Wed, 29 Jun 2016 08:49:56 -0700 Subject: [PATCH] Update Maps.py --- SimPEG/Maps.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SimPEG/Maps.py b/SimPEG/Maps.py index 97ea5b7f..1010f17c 100644 --- a/SimPEG/Maps.py +++ b/SimPEG/Maps.py @@ -114,7 +114,7 @@ class IdentityMap(object): """Test the derivative of the mapping times a vector. :param numpy.array m: model - :param kwargs: key word arguments of :math:`SimPEG.Tests.checkDerivative` + :param kwargs: key word arguments of :meth:`SimPEG.Tests.checkDerivative` :rtype: bool :return: passed the test? @@ -295,13 +295,13 @@ class LogMap(IdentityMap): If \\(p\\) is the physical property and \\(m\\) is the model, then - ..math:: + .. math:: p = \\log(m) and - ..math:: + .. math:: m = \\exp(p)