Skip to content

Commit

Permalink
use structure instead of SNL
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jul 9, 2021
1 parent 8827386 commit 3be2aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emmet-builders/emmet/builders/materials/provenance.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def match(self, snls, mat):
]
snl_strucs = []
for snl in snls:
struc = StructureNL.from_dict(snl).structure
struc = Structure.from_dict(snl)
struc.snl = snl
snl_strucs.append(struc)

Expand Down

0 comments on commit 3be2aae

Please sign in to comment.