update travis to email

This commit is contained in:
rowanc1
2014-05-18 20:18:16 -07:00
parent 6aaacc382a
commit f4a38e1165
2 changed files with 2 additions and 1 deletions
+2
View File
@@ -32,4 +32,6 @@ after_success:
- coveralls --config_file .coveragerc
notifications:
email:
- rowanc1@gmail.com
- sgkang09@gmail.com
-1
View File
@@ -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]