Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
Delete trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Víctor Terrón committed May 21, 2015
1 parent 6733aa6 commit db72ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snr.py
Expand Up @@ -77,7 +77,7 @@ def error_to_snr(error):
"""

return (1 if error < 0 else -1) / (math.pow(10, error / -2.5) - 1)
return (1 if error < 0 else -1) / (math.pow(10, error / -2.5) - 1)

def difference_error(*errors):
""" Return the absolute error of the difference of a series of errors.
Expand Down

0 comments on commit db72ed1

Please sign in to comment.