Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
pfackeldey committed Apr 3, 2024
1 parent 5a0f30e commit b6d5439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evermore/staterror.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get(self, where: Callable) -> ModifierLike:
# pseudo-code:
#
# if n_tot_eff > threshold:
# apply global gaussian(width=e_tot/n_tot)
# apply global gaussian(width=e_tot/n_tot)
# else:
# if n_i_eff > threshold or e_i > n_i or n_i <= 0.0:
# apply per process gaussian(width=e_i/n_i)
Expand Down

0 comments on commit b6d5439

Please sign in to comment.