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 890f729 commit 49a1f7aCopy full SHA for 49a1f7a
src/diffpy/utils/transforms.py
@@ -14,7 +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 = "The largest output value in the array is infinite. This is allowed, but it will not be plotted."
+inf_output_imsg = "INFO: The largest output value in the array is infinite. This is allowed, but it will not be plotted."
18
19
20
def _validate_inputs(q, wavelength):
0 commit comments