Skip to content

Commit

Permalink
removed escaped characters
Browse files Browse the repository at this point in the history
  • Loading branch information
carlocamilloni committed Feb 7, 2025
1 parent ec908fb commit e8eb49e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/make_mat/make_mat.py
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ def get_col_params(values, weights):

def calculate_probability(values, weights):
"""
Calculates a plain probability accoring to \sum_x x * dx
Calculates a plain probability accoring to sum_x x * dx
Parameters
----------
Expand All @@ -341,7 +341,7 @@ def get_cumulative_probability(values, weights):

def c12_avg(values, weights):
"""
Calculates the c12 averaging of a histogram as 1 / ( (\sum_i^n w[i] * (1 / x[i])^12 ) / norm )^(1/12)
Calculates the c12 exp averaging of a histogram
Parameters
----------
Expand Down

0 comments on commit e8eb49e

Please sign in to comment.