Skip to content

Commit 0f47f08

Browse files
fix syntax error
1 parent 94abdf8 commit 0f47f08

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/netmap/downstream/edge_selection.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ def _get_top_edges_global(grn_adata, top_edges: float):
7171
try:
7272
chunked_argsort(grn_adata)
7373
except np._core._exceptions._ArrayMemoryError:
74-
print(f"You ran into an issue sorting the array. Please manually sort
75-
the array using chunked_argsort and reduce the chunk size (current default chunk
76-
size: 500)")
77-
74+
print(f"You ran into an issue sorting the array. Please manually sort"
75+
"the array using chunked_argsort and reduce the chunk size (current default chunk"
76+
" size: 500)")
77+
7878
b = grn_adata.layers['sorted']
7979

8080

0 commit comments

Comments
 (0)