Skip to content

Commit

Permalink
remove rmod and rmatmul operators from PDF1
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Sep 27, 2024
1 parent 30359ba commit 28d3d7b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions ostap/fitting/pdfbasic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2619,15 +2619,7 @@ def __mod__ ( self , other ) :
from ostap.fitting.pdf_ops import pdf_convolution
return pdf_convolution ( self , other )

# =========================================================================
## right modulus: convoluttion
def __rmod__ ( self , other ) :
""" Right modulus: convolution """
from ostap.fitting.pdf_ops import pdf_convolution
return pdf_convolution ( self , other )

__matmul__ = __mod__
__rmatmul__ = __rmod__

# =========================================================================
## Convert PDF into simple function
Expand Down

0 comments on commit 28d3d7b

Please sign in to comment.