Skip to content

Commit

Permalink
Minor mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Boulton committed Aug 1, 2022
1 parent 54600f7 commit 736f351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daliuge-engine/dlg/deploy/deployment_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def find_numislands(physical_graph_template_file):
#nodes = list(map(lambda x: x["node"], pgt))
nodes = ["queue1-dy-t3medium-1",]
#islands = list(map(lambda x: x["island"], pgt))
islands = []
islands = ["mab_island",]
num_islands = len(dict(zip(islands, range(len(islands)))))
num_nodes = len(dict(zip(nodes, range(len(nodes)))))
pip_name = pgt_name
Expand Down

0 comments on commit 736f351

Please sign in to comment.