We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae9eee commit 679871dCopy full SHA for 679871d
tests/test_aiida.py
@@ -38,7 +38,7 @@ def test_aiida(self):
38
x=get_sum_task.outputs.result,
39
)
40
write_workflow_json(wg=wg, file_name=workflow_json_filename)
41
- workgraph = load_workflow_json(file_name='workflow.json')
+ workgraph = load_workflow_json(file_name=workflow_json_filename)
42
workgraph.run()
43
44
self.assertTrue(os.path.exists(workflow_json_filename))
0 commit comments