Skip to content

Commit ab821b9

Browse files
committed
update: use latest made + adatom nb
1 parent 5081375 commit ab821b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

other/materials_designer/create_adatom_defect.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@
186186
"\n",
187187
"slab_with_adatom = create_multiple_adatom_defects(\n",
188188
" slab=slab,\n",
189-
" adatom_dicts=DEFECT_CONFIGS,\n",
190-
" placement_method=PLACEMENT_METHOD,\n",
189+
" defect_dicts=DEFECT_CONFIGS,\n",
190+
" placement_method=PLACEMENT_METHOD.value,\n",
191191
")"
192192
],
193193
"metadata": {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies = [
1010
"matplotlib>=3.4.1",
1111
"pandas>=1.5.3",
1212
"pymatgen==2024.4.13",
13-
"mat3ra-made@git+https://github.com/Exabyte-io/made.git@aaa3c249032dc083e590c5cdb54279898e2082ce",
13+
"mat3ra-made@git+https://github.com/Exabyte-io/made.git@d64097ea89dc2b0533b1a3d3700ebe3aaeb0dba2",
1414
"mat3ra-utils>=2024.6.11.post0",
1515
]
1616

0 commit comments

Comments
 (0)