Skip to content

Commit

Permalink
disable nglink
Browse files Browse the repository at this point in the history
  • Loading branch information
jabae committed Jul 3, 2024
1 parent 2ebf305 commit 43500cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dags/synaptor_dags.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ def fill_dag(dag: DAG, tasklist: list[Task], collect_metrics: bool = True) -> DA
param["Volumes"]["image"],
tuple(map(int, param["Dimensions"]["voxelres"].split(","))),
)
curr_operator >> nglink
scale_down_cluster(dag, curr_cluster, nglink)
# curr_operator >> nglink
scale_down_cluster(dag, curr_cluster, curr_operator)

return dag

Expand Down

0 comments on commit 43500cb

Please sign in to comment.