Skip to content

Commit ca09123

Browse files
committed
fmt.py: Use Pr() for probability symbol
1 parent a06e98a commit ca09123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyphi/models/fmt.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def fmt_repertoire(r):
410410

411411
# Header: 'S P(S)'
412412
space = ' ' * 4
413-
head = '{S:^{s_width}}{space}P({S})'.format(
413+
head = '{S:^{s_width}}{space}Pr({S})'.format(
414414
S='S', s_width=r.ndim, space=space)
415415
lines.append(head)
416416

0 commit comments

Comments
 (0)