Skip to content

Commit

Permalink
using elecdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmshn committed Feb 4, 2021
1 parent cbb5ae2 commit 2870c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-builders/emmet/builders/materials/electrodes.py
Expand Up @@ -347,7 +347,7 @@ def modify_item(item):
return {
"task_id": item["task_id"],
"working_ion_doc": working_ion_doc,
"workin_ion": item["ignored_species"][0],
"working_ion": item["ignored_species"][0],
"thermo_docs": thermo_docs,
"material_docs": material_docs,
}
Expand Down

0 comments on commit 2870c8c

Please sign in to comment.