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