Skip to content

Commit fbca4fb

Browse files
committed
typo in examples.daisy_chain_mlip_fitting.ipynb
1 parent 315c9ac commit fbca4fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/examples.daisy_chain_mlip_fitting.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -550,9 +550,9 @@
550550
" sys_name = \"github\",\n",
551551
" job_name = \"gap-eval\",\n",
552552
" resources = resources,\n",
553-
" check_interval=10, \n",
554-
" input_files=[\"gap.xml*\"],\n",
555-
" env_vars=[f'PYTHONPATH={Path.cwd()}:$PYTHONPATH'])\n",
553+
" check_interval = 10, \n",
554+
" input_files = [\"gap.xml*\"],\n",
555+
" env_vars = [f'PYTHONPATH={Path.cwd()}:$PYTHONPATH'])\n"
556556
]
557557
},
558558
{

0 commit comments

Comments
 (0)