Skip to content

Commit

Permalink
haha, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Oct 9, 2023
1 parent 2d340d3 commit 81878ac
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _nx_graphblas/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ def get_info():
"functions": {
"adjacency_matrix": {},
"all_pairs_bellman_ford_path_length": {
"extra_parameters : int or str, optional": {
"chunksize": "Split the computation into chunks; "
"extra_parameters": {
"chunksize : int or str, optional": "Split the computation into chunks; "
'may specify size as string or number of rows. Default "10 MiB"',
},
},
"all_pairs_shortest_path_length": {
"extra_parameters : int or str, optional": {
"chunksize": "Split the computation into chunks; "
"extra_parameters": {
"chunksize : int or str, optional": "Split the computation into chunks; "
'may specify size as string or number of rows. Default "10 MiB"',
},
},
Expand Down Expand Up @@ -92,8 +92,8 @@ def get_info():
"single_target_shortest_path_length": {},
"s_metric": {},
"square_clustering": {
"extra_parameters : int or str, optional": {
"chunksize": "Split the computation into chunks; "
"extra_parameters": {
"chunksize : int or str, optional": "Split the computation into chunks; "
'may specify size as string or number of rows. Default "256 MiB"',
},
},
Expand Down

0 comments on commit 81878ac

Please sign in to comment.