We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0534810 commit b479cf2Copy full SHA for b479cf2
news/utils-updates.rst
@@ -4,7 +4,7 @@
4
5
**Changed:**
6
7
-* Updated functions related to changes in `diffpy.utils` version 3.6.0.
+* Functions related to diffraction_objects and tools modules in `diffpy.utils` to reflect changes in version 3.6.0.
8
9
**Deprecated:**
10
src/diffpy/labpdfproc/functions.py
@@ -11,7 +11,7 @@
11
N_POINTS_ON_DIAMETER = 300
12
TTH_GRID = np.arange(1, 180.1, 0.1)
13
# Round down the last element if it's slightly above 180 due to floating point precision
14
-TTH_GRID[-1] = 180
+TTH_GRID[-1] = 180.00
15
CVE_METHODS = ["brute_force", "polynomial_interpolation"]
16
17
# pre-computed datasets for polynomial interpolation (fast calculation)
0 commit comments