Skip to content

Commit

Permalink
docstring update
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCatt91 committed Oct 15, 2024
1 parent 7c6d257 commit fadc967
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/kg_topology_toolbox/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,8 +233,11 @@ def composition_count(
processed together.
:param workers:
Number of workers processing chunks concurrently
:param metapaths:
If True, the number of composition is computed separately for each
unique metapath.
:param directed:
Boolean flag. If false, bidirectional edges are considered for
If False, bidirectional edges are considered for
triangles by adding the adjacency matrix and its transposed. Default: True.
:return:
Expand Down

0 comments on commit fadc967

Please sign in to comment.