mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-01 12:20:40 +08:00
update travis to email
This commit is contained in:
@@ -32,4 +32,6 @@ after_success:
|
||||
- coveralls --config_file .coveragerc
|
||||
|
||||
notifications:
|
||||
email:
|
||||
- rowanc1@gmail.com
|
||||
- sgkang09@gmail.com
|
||||
|
||||
@@ -33,7 +33,6 @@ class FieldsTDEM_e_from_b_Ah(FieldsTDEM):
|
||||
self.MfMui = self.survey.prob.MfMui
|
||||
|
||||
def e_from_b(self, y_b, txInd, tInd):
|
||||
# TODO: implement non-zero js
|
||||
y_e = self.MeSigmaI*(self.edgeCurlT*(self.MfMui*y_b))
|
||||
if 'e' in self.p:
|
||||
y_e = y_e - self.MeSigmaI*self.p[txInd,'e',tInd]
|
||||
|
||||
Reference in New Issue
Block a user