Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanji committed Feb 14, 2024
1 parent ff874ab commit d40c416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyjuice/nodes/construction.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def multiply(nodes1: ProdNodesChs, *args, edge_ids: Optional[Tensor] = None, spa
return ProdNodes(num_node_blocks, chs, edge_ids, block_size = block_size, **kwargs)


def summate(nodes1: SumNodesChs, *args, num_node_blocks: int = 0, num_nodes: int = 0
def summate(nodes1: SumNodesChs, *args, num_node_blocks: int = 0, num_nodes: int = 0,
edge_ids: Optional[Tensor] = None, block_size: int = 0, **kwargs) -> SumNodes:
"""
Construct a vector of sum nodes given a list of children PCs defined on the same sets of variables.
Expand Down

0 comments on commit d40c416

Please sign in to comment.