Skip to content

Commit 9b17237

Browse files
committed
update: change order
1 parent 393ef03 commit 9b17237

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/job/ml-train-model-predict-properties.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@
374374
"source": [
375375
"compute = job_endpoints.get_compute(CLUSTER, PPN, NODES, QUEUE, TIME_LIMIT)\n",
376376
"jobs = job_endpoints.create_by_ids(\n",
377-
" train_materials, band_gap_workflow_id, project_id, owner_id, JOB_NAME_PREFIX, compute\n",
377+
" train_materials, band_gap_workflow_id, project_id, JOB_NAME_PREFIX, owner_id, compute\n",
378378
")"
379379
]
380380
},

examples/job/run-simulations-and-extract-properties.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@
444444
"outputs": [],
445445
"source": [
446446
"compute = job_endpoints.get_compute(CLUSTER, PPN, NODES, QUEUE, TIME_LIMIT)\n",
447-
"jobs = job_endpoints.create_by_ids(materials, workflow_id, project_id, owner_id, JOB_NAME_PREFIX, compute)"
447+
"jobs = job_endpoints.create_by_ids(materials, workflow_id, project_id, JOB_NAME_PREFIX, owner_id, compute)"
448448
]
449449
},
450450
{

0 commit comments

Comments
 (0)