Skip to content

Commit 3073e8a

Browse files
committed
fix rebase error
1 parent 084e921 commit 3073e8a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

linajea/process_blockwise/extract_edges_blockwise.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,7 @@ def extract_edges_blockwise(linajea_config):
7272
block_read_roi,
7373
block_write_roi,
7474
process_function=lambda b: extract_edges_in_block(
75-
db_name,
76-
db_host,
77-
edge_move_threshold,
75+
linajea_config,
7876
b),
7977
check_function=lambda b: check_function(
8078
b,
@@ -89,9 +87,7 @@ def extract_edges_blockwise(linajea_config):
8987

9088

9189
def extract_edges_in_block(
92-
db_name,
93-
db_host,
94-
edge_move_threshold,
90+
linajea_config,
9591
block):
9692

9793
logger.debug(

0 commit comments

Comments
 (0)