Skip to content

Commit

Permalink
Merge pull request #50 from tox1c90/develop
Browse files Browse the repository at this point in the history
Add 'sign' function to the math_keys list
  • Loading branch information
dschick authored Nov 9, 2022
2 parents fa72dad + 69cec6c commit d8c7826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyEvalData/evaluation.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def __init__(self, source):
self.custom_counters = []
self.math_keys = ['mean', 'sum', 'diff', 'max', 'min', 'round', 'abs',
'sin', 'cos', 'tan', 'arcsin', 'arccos', 'arctan',
'pi', 'exp', 'log', 'log10', 'sqrt']
'pi', 'exp', 'log', 'log10', 'sqrt', 'sign']
self.statistic_type = 'gauss'
self.propagate_errors = True
self.apply_data_filter = False
Expand Down

0 comments on commit d8c7826

Please sign in to comment.