Skip to content

Commit

Permalink
Make most of params in Edge.merge_edges be keyword only.
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhangxyz committed Nov 22, 2023
1 parent 2839e88 commit 0496837
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tat/edge.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ def __repr__(self: Edge) -> str:
@staticmethod
def merge_edges(
edges: tuple[Edge, ...],
*,
fermion: tuple[bool, ...] | None = None,
dtypes: tuple[torch.dtype, ...] | None = None,
arrow: bool | None = None,
Expand Down

0 comments on commit 0496837

Please sign in to comment.