We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc765f commit 91eac16Copy full SHA for 91eac16
2 files changed
src/diffpy/utils/transforms.py
@@ -14,9 +14,7 @@
14
"The supplied input array and wavelength will result in an impossible two-theta. "
15
"Please check these values and re-instantiate the DiffractionObject with correct values."
16
)
17
-inf_output_wmsg = (
18
- "INFO: The largest output value in the array is infinite. This is allowed, but it will not be plotted."
19
-)
+inf_output_wmsg = "The largest output value in the array is infinite. This is allowed, but it will not be plotted."
20
21
22
def _validate_inputs(q, wavelength):
0 commit comments