Skip to content

Commit 371ac1e

Browse files
committed
Merge commit '6f9b46499e47d9f4187c0611baf967570ade3fb3' into clean
2 parents f02eae5 + 6f9b464 commit 371ac1e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

example_workflows/quantum_espresso/executorlib.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -737,12 +737,12 @@
737737
},
738738
{
739739
"cell_type": "code",
740-
"execution_count": 10,
740+
"execution_count": null,
741741
"id": "d81a4fb5-a674-41a9-ac19-24c56f952468",
742742
"metadata": {},
743743
"outputs": [],
744744
"source": [
745-
"wg.nodes.get_bulk_structure.inputs.a.value = orm.Float(4.05)"
745+
"wg.tasks.get_bulk_structure.inputs.a.value = orm.Float(4.05)"
746746
]
747747
},
748748
{

example_workflows/quantum_espresso/jobflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@
912912
},
913913
"outputs": [],
914914
"source": [
915-
"wg.nodes.get_bulk_structure.inputs.a.value = orm.Float(4.05)"
915+
"wg.tasks.get_bulk_structure.inputs.a.value = orm.Float(4.05)"
916916
]
917917
},
918918
{

example_workflows/quantum_espresso/pyiron_base.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@
835835
},
836836
"outputs": [],
837837
"source": [
838-
"wg.nodes.get_bulk_structure.inputs.a.value = orm.Float(4.05)"
838+
"wg.tasks.get_bulk_structure.inputs.a.value = orm.Float(4.05)"
839839
]
840840
},
841841
{

example_workflows/quantum_espresso/pyiron_workflow.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4750,7 +4750,7 @@
47504750
},
47514751
"outputs": [],
47524752
"source": [
4753-
"wg.nodes.get_bulk_structure.inputs.a.value = orm.Float(4.05)"
4753+
"wg.tasks.get_bulk_structure.inputs.a.value = orm.Float(4.05)"
47544754
]
47554755
},
47564756
{

0 commit comments

Comments
 (0)