Skip to content

Commit

Permalink
update structure methods
Browse files Browse the repository at this point in the history
  • Loading branch information
srmnitc committed Nov 7, 2023
1 parent 6d2e907 commit d9a4a47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyscal_rdf/structure.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(self, graph_file=None,

#lattice creation routines
mapdict["lattice"] = {}
for key in self_structure_dict.keys():
for key in self._structure_dict.keys():
mapdict["lattice"][key] = update_wrapper(partial(self._annotated_make_crystal,
key),
_make_crystal)
Expand Down

0 comments on commit d9a4a47

Please sign in to comment.