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 ee5f3a3 commit f29ad91Copy full SHA for f29ad91
src/diffpy/utils/transforms.py
@@ -28,7 +28,7 @@ def _validate_inputs(q, wavelength):
28
raise ValueError(invalid_q_or_d_or_wavelength_emsg)
29
30
31
-def q_to_tth(q, wavelength) -> np.ndarray:
+def q_to_tth(q, wavelength):
32
r"""Helper function to convert q to two-theta.
33
34
If wavelength is missing, returns x-values that are integer indexes
0 commit comments