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 6295aa5 commit 39f1c54Copy full SHA for 39f1c54
src/diffpy/utils/transforms.py
@@ -16,7 +16,9 @@
16
"The supplied q-array and wavelength will result in an impossible two-theta. "
17
"Please check these values and re-instantiate the DiffractionObject with correct values."
18
)
19
-inf_output_wmsg = "INFO: The largest d-value in the array is infinite. This is allowed, but it will not be plotted."
+inf_output_wmsg = (
20
+ "INFO: The largest d-value in the array is infinite. This is allowed, but it will not be plotted."
21
+)
22
23
24
def _validate_inputs(q, wavelength):
0 commit comments