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.
2 parents 44328a2 + 3ea591b commit 1163ae8Copy full SHA for 1163ae8
docs/source/examples/transforms_example.rst
@@ -59,5 +59,5 @@ This example will demonstrate how to use the functions in the
59
from diffpy.utils.transforms import d_to_tth
60
61
wavelength = 0.71
62
- d = np.array([1.0, 0.8, 0.6, 0.4, 0.2])
+ d = np.array([1.0, 0.8, 0.6, 0.4])
63
tth = d_to_tth(d, wavelength)
0 commit comments