Skip to content

Commit

Permalink
draa: Pop 'field' from kwargs
Browse files Browse the repository at this point in the history
Fixes #39.
  • Loading branch information
LightArrowsEXE committed Sep 30, 2024
1 parent d014df9 commit 7c478f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vsaa/abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,6 @@ def draa(

clip = self.preprocess_clip(clip)

kwargs.pop('field', None)

return DoubleRater._aa(self, clip, y, x, **kwargs)

0 comments on commit 7c478f2

Please sign in to comment.