Skip to content

Commit

Permalink
translator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-sime committed Apr 12, 2022
1 parent 44e6645 commit d6db612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion febug/monitors.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def y_axis_exp_str(exp_val):
diverged_char = "D"
# chars = "_,⎵.-'¯`⎴"
chars = "⎺⎻—⎼⎽_"[::-1]
num2ss = str.maketrans("-0123456789", "⁻⁰¹²³⁴⁵⁶⁷⁹")
num2ss = str.maketrans("-0123456789", "⁻⁰¹²³⁴⁵⁶⁷⁹")

rnorms = [] # Store residuals
intervals = [0] # Store exponents
Expand Down

0 comments on commit d6db612

Please sign in to comment.