We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8ee98a commit 9ca7164Copy full SHA for 9ca7164
src/diffpy/morph/morph_helpers/transformrdftopdf.py
@@ -57,7 +57,7 @@ def morph(self, x_morph, y_morph, x_target, y_target):
57
self.y_morph_out = (
58
self.y_morph_in / self.x_morph_in + morph_baseline
59
)
60
- self.y_morph_out[self.x_target_in == 0] = 0
+ self.y_morph_out[self.x_morph_in == 0] = 0
61
return self.xyallout
62
63
0 commit comments