Skip to content

Commit 76cd86a

Browse files
committed
Adapt workflow_json_filenames
1 parent e21cdf0 commit 76cd86a

12 files changed

+22
-22
lines changed

aiida_to_jobflow_qe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [
88
{
@@ -24,7 +24,7 @@
2424
"from aiida import load_profile\n",
2525
"load_profile()\n",
2626
"\n",
27-
"workflow_json_filename = \"workflow_qe_aiida.json\""
27+
"workflow_json_filename = \"aiida_to_jobflow_qe.json\""
2828
]
2929
},
3030
{

aiida_to_jobflow_simple.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [
88
{
@@ -24,7 +24,7 @@
2424
"from aiida import load_profile\n",
2525
"load_profile()\n",
2626
"\n",
27-
"workflow_json_filename = \"workflow_simple_aiida.json\""
27+
"workflow_json_filename = \"aiida_to_jobflow_simple.json\""
2828
]
2929
},
3030
{

aiida_to_pyiron_base_qe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -13,7 +13,7 @@
1313
"from aiida import load_profile\n",
1414
"load_profile()\n",
1515
"\n",
16-
"workflow_json_filename = \"workflow_qe_aiida.json\""
16+
"workflow_json_filename = \"aiida_to_pyiron_base_qe.json\""
1717
]
1818
},
1919
{

aiida_to_pyiron_base_simple.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {},
77
"outputs": [],
88
"source": [
@@ -12,7 +12,7 @@
1212
"from aiida import load_profile\n",
1313
"load_profile()\n",
1414
"\n",
15-
"workflow_json_filename = \"workflow_simple_aiida.json\""
15+
"workflow_json_filename = \"aiida_to_pyiron_base_simple.json\""
1616
]
1717
},
1818
{

jobflow_to_aiida_qe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@
8585
},
8686
{
8787
"cell_type": "code",
88-
"execution_count": 7,
88+
"execution_count": null,
8989
"metadata": {},
9090
"outputs": [],
9191
"source": [
92-
"workflow_json_filename = \"workflow_qe_jobflow.json\""
92+
"workflow_json_filename = \"jobflow_to_aiida_qe.json\""
9393
]
9494
},
9595
{

jobflow_to_aiida_simple.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,12 @@
8989
},
9090
{
9191
"cell_type": "code",
92-
"execution_count": 6,
92+
"execution_count": null,
9393
"id": "8f95244e",
9494
"metadata": {},
9595
"outputs": [],
9696
"source": [
97-
"workflow_json_filename = \"workflow_simple_jobflow.json\""
97+
"workflow_json_filename = \"jobflow_to_aiida_simple.json\""
9898
]
9999
},
100100
{

jobflow_to_pyiron_base_qe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
},
9191
{
9292
"cell_type": "code",
93-
"execution_count": 7,
93+
"execution_count": null,
9494
"id": "80fb0d34",
9595
"metadata": {},
9696
"outputs": [],
9797
"source": [
98-
"workflow_json_filename = \"workflow_qe_jobflow.json\""
98+
"workflow_json_filename = \"jobflow_to_pyiron_base_qe.json\""
9999
]
100100
},
101101
{

jobflow_to_pyiron_base_simple.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"metadata": {},
7171
"outputs": [],
7272
"source": [
73-
"workflow_json_filename = \"workflow_simple_jobflow.json\""
73+
"workflow_json_filename = \"jobflow_to_pyiron_base_simple.json\""
7474
]
7575
},
7676
{

pyiron_base_to_aiida_qe.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@
9292
},
9393
{
9494
"cell_type": "code",
95-
"execution_count": 7,
95+
"execution_count": null,
9696
"id": "07a950ca",
9797
"metadata": {},
9898
"outputs": [],
9999
"source": [
100-
"workflow_json_filename = \"workflow_qe_pyiron_base.json\""
100+
"workflow_json_filename = \"pyiron_base_to_aiida_qe.json\""
101101
]
102102
},
103103
{

pyiron_base_to_aiida_simple.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@
7878
},
7979
{
8080
"cell_type": "code",
81-
"execution_count": 6,
81+
"execution_count": null,
8282
"id": "8f95244e",
8383
"metadata": {},
8484
"outputs": [],
8585
"source": [
86-
"workflow_json_filename = \"workflow_simple_pyiron_base.json\""
86+
"workflow_json_filename = \"pyiron_base_to_aiida_simple.json\""
8787
]
8888
},
8989
{

0 commit comments

Comments
 (0)