Skip to content

Commit

Permalink
update _nx_arangodb
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed May 4, 2024
1 parent fa9263c commit b8e05a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _nx_arangodb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"functions": {
# BEGIN: functions
"betweenness_centrality",
"is_partition",
"louvain_communities",
"louvain_partitions",
"modularity",
Expand All @@ -45,6 +46,9 @@
},
"additional_parameters": {
# BEGIN: additional_parameters
"is_partition": {
"dtype : dtype or None, optional": "The data type (np.float32, np.float64, or None) to use for the edge weights in the algorithm. If None, then dtype is determined by the edge values.",
},
"louvain_communities": {
"dtype : dtype or None, optional": "The data type (np.float32, np.float64, or None) to use for the edge weights in the algorithm. If None, then dtype is determined by the edge values.",
},
Expand Down

0 comments on commit b8e05a0

Please sign in to comment.