Skip to content

Commit 3b31bb1

Browse files
committed
Add mapping derivatives back
1 parent 85488c2 commit 3b31bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simpeg/dask/electromagnetics/time_domain/simulation_1d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def Jmatrix(self):
1313
"""
1414
if getattr(self, "_Jmatrix", None) is None:
1515
Jmat = self.getJ(self.model)
16-
self._Jmatrix = Jmat["ds"]
16+
self._Jmatrix = Jmat["ds"] * self.sigmaDeriv
1717

1818
return self._Jmatrix
1919

0 commit comments

Comments
 (0)