Skip to content

Commit 1d8619a

Browse files
committed
Use updated interface for multiplication
1 parent c48cf70 commit 1d8619a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lentil/plane.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@ def __init__(self, amplitude=1, opd=0, mask=None, pixelscale=None,
826826
**kwargs)
827827

828828
def __mul__(self, wavefront):
829-
wavefront = super().multiply(wavefront)
829+
wavefront = super().__mul__(wavefront)
830830
wavefront.ptype = lentil.image
831831
return wavefront
832832

0 commit comments

Comments
 (0)