mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
Corr repr adjusted
This commit is contained in:
parent
6a092014c2
commit
410c86629a
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ class Corr:
|
|||
else:
|
||||
content_string += str(i + range[0])
|
||||
for element in sub_corr:
|
||||
content_string += '\t' + str(element)
|
||||
content_string += '\t' + ' ' * int(element >= 0) + str(element)
|
||||
content_string += '\n'
|
||||
return content_string
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue