We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bc478a commit add0413Copy full SHA for add0413
1 file changed
src/diffpy/morph/morphs/morphsqueeze.py
@@ -87,7 +87,8 @@ def morph(self, x_morph, y_morph, x_target, y_target):
87
if not strictly_increasing_x:
88
raise ValueError(
89
"Computed squeezed x is not strictly increasing. "
90
- "Please change the input x_morph or the squeeze "
+ "The squeezed morph is only intended for small polynomial "
91
+ "stretches. Please decrease the magnitude of the polynomial "
92
"coefficients."
93
)
94
0 commit comments