Skip to content

Commit

Permalink
Update datajoint/diagram.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Ho <[email protected]>
  • Loading branch information
dimitri-yatsenko and ethho authored Sep 16, 2024
1 parent 69a8c25 commit 477c326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datajoint/diagram.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Diagram(nx.DiGraph):
diag1 + diag2 - combines the two diagrams.
diag1 - diag2 - difference between diagrams
diag1 * diag2 - intersction of diagrams
diag1 * diag2 - intersection of diagrams
diag + n - expands n levels of successors
diag - n - expands n levels of predecessors
Thus dj.Diagram(schema.Table)+1-1 defines the diagram of immediate ancestors and descendants of schema.Table
Expand Down

0 comments on commit 477c326

Please sign in to comment.