Skip to content

Commit

Permalink
Merge pull request #481 from HEXRD/rietveldHEDM-fix
Browse files Browse the repository at this point in the history
add missing colon.
  • Loading branch information
psavery authored Oct 5, 2022
2 parents 927f856 + cc0f89a commit 5a51766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hexrd/wppf/RietveldHEDM.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def remove_texture_parameters(self):
def add_texture_parameters(self):
if self.texture_model_name == "harmonic":
names = list(self.texture_model.coeff_loc.keys())
if not "phon" in self.params
if not "phon" in self.params:
self.params.add("phon", value=0.0, min=0.0)
else:
self.params[n].value = 0.0
Expand Down

0 comments on commit 5a51766

Please sign in to comment.