Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions pyphi/visualize/phi_structure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ def plot_phi_structure(
)

# Relations
relations = [r for r in phi_structure.relations if len(r)<4]
relations = pyphi.new_big_phi.ConcreteRelations(relations)
if theme["show"].get("two_faces") or theme["show"].get("three_faces"):
two_faces = relation_two_faces
three_faces = relation_three_faces
Expand Down