Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraOlivera committed Oct 26, 2023
1 parent a0053ed commit f0b7669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gammapy/stats/fit_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def cash(n_on, mu_on, truncation_value=TRUNCATION_VALUE):
Expected counts
truncation_value : array_like
Minimum value use for ``mu_on``
``mu_on`` = ``truncation_value`` where ``n_on`` <= ``truncation_value``
``mu_on`` = ``truncation_value`` where ``mu_on`` <= ``truncation_value``
Default is 1e-25.
Returns
Expand Down

0 comments on commit f0b7669

Please sign in to comment.