Skip to content

Commit

Permalink
fix a bug in normalize
Browse files Browse the repository at this point in the history
  • Loading branch information
qzhu2017 committed Dec 12, 2024
1 parent 32df96f commit a1262d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxtal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3492,7 +3492,7 @@ def from_spg_wps_rep(self, spg, wps, x, elements=None):
if wp.letter == letter:
sites.append((elements[i], wp))
break
self.from_1d_rep(x, sites, normalize)
self.from_1d_rep(x, sites)

def from_1d_rep(self, x, sites, dim=3):
"""
Expand Down

0 comments on commit a1262d7

Please sign in to comment.