Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
GauthierE committed Mar 27, 2024
1 parent a32efa4 commit f5bed8b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion display.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# some functions used for visualizing representations and intervals in 1D and 2D settings

from utils import Representation, Interval

def display_rep(rep):
"""
- Input: representation
Input:
- Representation rep
Display the grid with vector space dimensions for each node,
and arrows between each pair of adjacent nodes iff there is a matrix between these two nodes.
"""
Expand Down

0 comments on commit f5bed8b

Please sign in to comment.