Skip to content

Commit 7d169f3

Browse files
committed
rename file
1 parent 3b9b94d commit 7d169f3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

universal_workflow_arithmetic.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
},
8484
{
8585
"cell_type": "code",
86-
"source": "workgraph = load_workflow_json(file_name='workflow_simple.json')",
86+
"source": "workgraph = load_workflow_json(file_name='workflow_arithmetic.json')",
8787
"metadata": {
8888
"trusted": true
8989
},
@@ -153,7 +153,7 @@
153153
},
154154
{
155155
"cell_type": "code",
156-
"source": "with SingleNodeExecutor(max_workers=1) as exe:\n result = load_workflow_json(file_name=\"workflow_simple.json\", exe=exe).result()",
156+
"source": "with SingleNodeExecutor(max_workers=1) as exe:\n result = load_workflow_json(file_name=\"workflow_arithmetic.json\", exe=exe).result()",
157157
"metadata": {
158158
"trusted": true
159159
},
@@ -209,7 +209,7 @@
209209
},
210210
{
211211
"cell_type": "code",
212-
"source": "flow = load_workflow_json(file_name=\"workflow_simple.json\")",
212+
"source": "flow = load_workflow_json(file_name=\"workflow_arithmetic.json\")",
213213
"metadata": {
214214
"trusted": true
215215
},
@@ -256,7 +256,7 @@
256256
{
257257
"cell_type": "code",
258258
"source": [
259-
"delayed_object_lst = load_workflow_json(file_name=\"workflow_simple.json\")\n",
259+
"delayed_object_lst = load_workflow_json(file_name=\"workflow_arithmetic.json\")\n",
260260
"delayed_object_lst[-1].draw()"
261261
],
262262
"metadata": {
@@ -313,7 +313,7 @@
313313
},
314314
{
315315
"cell_type": "code",
316-
"source": "load_workflow_json(file_name=\"workflow_simple.json\")",
316+
"source": "load_workflow_json(file_name=\"workflow_arithmetic.json\")",
317317
"metadata": {
318318
"trusted": true
319319
},

0 commit comments

Comments
 (0)