Skip to content

Commit

Permalink
BUG: Forward input argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
jwboth committed Nov 6, 2023
1 parent 5e8d474 commit 104ae69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/darsia/restoration/resize.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def __init__(
interpolation_pre = (
kwargs.get(key + "resize interpolation", None)
if interpolation is None
else None
else interpolation
)
if interpolation_pre is None:
self.interpolation = None
Expand Down

0 comments on commit 104ae69

Please sign in to comment.