Skip to content

Commit

Permalink
tox compliance
Browse files Browse the repository at this point in the history
- various non-functional changes
  • Loading branch information
jacobkauffmann committed Sep 8, 2023
1 parent 6a55fde commit aacf9c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zennit/rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def copy(self):
def max_fn(self, input, kernel_size, stride, padding, dilation):
raise NotImplementedError("Implement in subclass")

def sum_fn(self, input, kernel, stride, padding, dilation):
def sum_fn(self, input, kernel_size, stride, padding, dilation):
raise NotImplementedError("Implement in subclass")

def forward(self, module, input, output):
Expand Down

0 comments on commit aacf9c8

Please sign in to comment.