Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle authored Mar 15, 2024
1 parent 4e2e271 commit 7d3ffaf
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions zfit_physics/models/pdf_cmsshape.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@ def cmsshape_pdf_func(x, m, beta, gamma):
t2 = tf.math.erfc(-beta * (x - m))
t3 = half * gamma * tf.math.exp(-((half * gamma / beta) ** two))
return t1 * t2 * t3
"""Calculates the analytic integral of the relativistic Breit-Wigner PDF.
Args:
limits: An object with attribute rect_limits.
params: A hashmap from which the parameters that defines the PDF will be extracted.
model: Will be ignored.
Returns:
The calculated integral.
"""


@z.function(wraps="tensor")
Expand Down

0 comments on commit 7d3ffaf

Please sign in to comment.