|
40 | 40 | "cell_type": "code", |
41 | 41 | "execution_count": 3, |
42 | 42 | "metadata": {}, |
43 | | - "outputs": [ |
44 | | - { |
45 | | - "name": "stdout", |
46 | | - "output_type": "stream", |
47 | | - "text": [ |
48 | | - "outputs [{'identifier': 'workgraph.any', 'name': 'result'}]\n", |
49 | | - "outputs ['x', 'y', 'z']\n", |
50 | | - "outputs [{'identifier': 'workgraph.any', 'name': 'result'}]\n" |
51 | | - ] |
52 | | - } |
53 | | - ], |
| 43 | + "outputs": [], |
54 | 44 | "source": [ |
55 | 45 | "wg = construct_wg_simple(\n", |
56 | 46 | " add_x_and_y_func=add_x_and_y, add_x_and_y_and_z_func=add_x_and_y_and_z\n", |
|
107 | 97 | "name": "stdout", |
108 | 98 | "output_type": "stream", |
109 | 99 | "text": [ |
110 | | - "2025-03-15 11:21:45,872 INFO Started executing jobs locally\n", |
111 | | - "2025-03-15 11:21:46,028 INFO Starting job - add_x_and_y (31bed0f7-49cd-4e63-9a53-8c9679e74dd2)\n", |
112 | | - "2025-03-15 11:21:46,030 INFO Finished job - add_x_and_y (31bed0f7-49cd-4e63-9a53-8c9679e74dd2)\n", |
113 | | - "2025-03-15 11:21:46,031 INFO Starting job - add_x_and_y_and_z (7d74164e-3d5b-40d0-b72b-4fc5434a98e1)\n", |
114 | | - "2025-03-15 11:21:46,033 INFO Finished job - add_x_and_y_and_z (7d74164e-3d5b-40d0-b72b-4fc5434a98e1)\n", |
115 | | - "2025-03-15 11:21:46,033 INFO Finished executing jobs locally\n" |
| 100 | + "2025-03-17 09:34:31,257 INFO Started executing jobs locally\n", |
| 101 | + "2025-03-17 09:34:31,421 INFO Starting job - add_x_and_y (a59c5b32-bfb1-4696-85c0-5b850df6d774)\n", |
| 102 | + "2025-03-17 09:34:31,424 INFO Finished job - add_x_and_y (a59c5b32-bfb1-4696-85c0-5b850df6d774)\n", |
| 103 | + "2025-03-17 09:34:31,425 INFO Starting job - add_x_and_y_and_z (d321223d-6de2-42b9-8f75-4675733c78d6)\n", |
| 104 | + "2025-03-17 09:34:31,426 INFO Finished job - add_x_and_y_and_z (d321223d-6de2-42b9-8f75-4675733c78d6)\n", |
| 105 | + "2025-03-17 09:34:31,427 INFO Finished executing jobs locally\n" |
116 | 106 | ] |
117 | 107 | }, |
118 | 108 | { |
119 | 109 | "data": { |
120 | 110 | "text/plain": [ |
121 | | - "{'31bed0f7-49cd-4e63-9a53-8c9679e74dd2': {1: Response(output={'x': 1, 'y': 2, 'z': 3}, detour=None, addition=None, replace=None, stored_data=None, stop_children=False, stop_jobflow=False, job_dir=PosixPath('/home/geiger_j/aiida_projects/adis/git-repos/python-workflow-definition'))},\n", |
122 | | - " '7d74164e-3d5b-40d0-b72b-4fc5434a98e1': {1: Response(output=6, detour=None, addition=None, replace=None, stored_data=None, stop_children=False, stop_jobflow=False, job_dir=PosixPath('/home/geiger_j/aiida_projects/adis/git-repos/python-workflow-definition'))}}" |
| 111 | + "{'a59c5b32-bfb1-4696-85c0-5b850df6d774': {1: Response(output={'x': 1, 'y': 2, 'z': 3}, detour=None, addition=None, replace=None, stored_data=None, stop_children=False, stop_jobflow=False, job_dir=PosixPath('/home/geiger_j/aiida_projects/adis/git-repos/python-workflow-definition'))},\n", |
| 112 | + " 'd321223d-6de2-42b9-8f75-4675733c78d6': {1: Response(output=6, detour=None, addition=None, replace=None, stored_data=None, stop_children=False, stop_jobflow=False, job_dir=PosixPath('/home/geiger_j/aiida_projects/adis/git-repos/python-workflow-definition'))}}" |
123 | 113 | ] |
124 | 114 | }, |
125 | 115 | "execution_count": 6, |
|
0 commit comments