Skip to content

Commit c0e75bd

Browse files
committed
Fix species dir fix for aims tutorial
1 parent 136eb5e commit c0e75bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/phonon_worflow_aims.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"\n",
8181
"job_store = JobStore(MemoryStore(), additional_stores={\"data\": MemoryStore()})\n",
8282
"si_structure = Structure.from_file(TEST_DIR / \"structures\" / \"Si_diamond.cif\")\n",
83-
"SETTINGS[\"AIMS_SPECIES_DIR\"] = TEST_DIR / \"aims/species_dir/tight\""
83+
"SETTINGS[\"AIMS_SPECIES_DIR\"] = TEST_DIR / \"../aims/species_dir/tight\""
8484
]
8585
},
8686
{
@@ -337,7 +337,7 @@
337337
"name": "python",
338338
"nbconvert_exporter": "python",
339339
"pygments_lexer": "ipython3",
340-
"version": "3.11.8"
340+
"version": "3.12.9"
341341
}
342342
},
343343
"nbformat": 4,

0 commit comments

Comments
 (0)