Skip to content

Commit ad140fd

Browse files
committed
Fix tutorial in test direc
1 parent c0e75bd commit ad140fd

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

tutorials/phonon_worflow_aims.ipynb

+14-7
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,20 @@
301301
"metadata": {},
302302
"outputs": [],
303303
"source": [
304-
"run_locally(\n",
305-
" anharm_os_flow,\n",
306-
" create_folders=True,\n",
307-
" ensure_success=True,\n",
308-
" raise_immediately=True,\n",
309-
" store=job_store,\n",
310-
")"
304+
"ref_paths = {\n",
305+
" \"Relaxation calculation\": \"phonon-relax-si\",\n",
306+
" \"phonon static aims 1/1\": \"phonon-disp-si\",\n",
307+
" \"SCF Calculation\": \"phonon-energy-si\",\n",
308+
" \"phonon static aims anharmonicity quant. 1/1\": \"anharm-os-si\",\n",
309+
"}\n",
310+
"with mock_aims(ref_paths=ref_paths) as mf:\n",
311+
" run_locally(\n",
312+
" anharm_os_flow,\n",
313+
" create_folders=True,\n",
314+
" ensure_success=True,\n",
315+
" raise_immediately=True,\n",
316+
" store=job_store,\n",
317+
" )"
311318
]
312319
},
313320
{

0 commit comments

Comments
 (0)