Skip to content

Commit 0552ec3

Browse files
committed
Test update
1 parent df48d30 commit 0552ec3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

daliuge-translator/test/dropmake/test_pg_gen.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ def test_metis_pgtp_gen_pg(self):
9494
"chiles_simple.graph",
9595
]
9696
tgt_partnum = [15, 15, 10, 10, 5]
97-
node_list = ["10.128.0.11", "10.128.0.12", "10.128.0.13"]
97+
node_list = ["10.128.0.11", "10.128.0.11", "10.128.0.12", "10.128.0.13"]
9898
for i, lgn in enumerate(lgnames):
9999
fp = get_lg_fname(lgn)
100100
lg = LG(fp)
@@ -190,9 +190,7 @@ def test_mysarkar_pgtp_gen_pg_island(self):
190190
nb_islands = 2
191191
# print(lgn)
192192
try:
193-
pgtp.merge_partitions(
194-
len(node_list) - nb_islands, form_island=False
195-
)
193+
pgtp.merge_partitions(len(node_list) - nb_islands, form_island=False)
196194
except GPGTNoNeedMergeException as ge:
197195
continue
198196
pg_spec = pgtp.to_pg_spec(node_list, num_islands=nb_islands)

0 commit comments

Comments
 (0)