Skip to content

Commit

Permalink
Update zfit_physics/models/pdf_novosibirsk.py
Browse files Browse the repository at this point in the history
Co-authored-by: Jonas Eschle <[email protected]>
  • Loading branch information
ikrommyd and jonas-eschle authored Apr 1, 2024
1 parent 7c1d5d9 commit 1d3fafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zfit_physics/models/pdf_novosibirsk.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def novosibirsk_integral_func(peak, width, tail, lower, upper):
`tf.Tensor`: The calculated integral.
Notes:
Based on code from `ROOT <https://root.cern.ch/doc/master/Novosibirsk_8cxx_source.html>`_
Based on code from `ROOT <https://root.cern.ch/doc/master/RooNovosibirsk_8cxx_source.html>`_
"""
sqrt2 = np.sqrt(2)
sqlog2 = np.sqrt(np.log(2))
Expand Down

0 comments on commit 1d3fafe

Please sign in to comment.