Add pylintrc file

This commit is contained in:
Carl Pearson
2017-02-20 05:55:26 -06:00
parent 39e53619d3
commit 7e408c5b27
2 changed files with 4 additions and 1 deletions

View File

@@ -114,7 +114,7 @@ class Model(object):
def dLdb2(self, x, y):
return self.dLdf(x, y) * self.dfdb2(x)
def dz2dw2(self, x): # how z2 changes with a row of w2
def dz2dw2(self, x): # how z2 changes with a row of w2
return np.sum(self.a1(x))
def da2dw2(self, x):