Skip to content

Commit b479cf2

Browse files
doc: clarify news, clarify TTH_GRID
1 parent 0534810 commit b479cf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

news/utils-updates.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Changed:**
66

7-
* Updated functions related to changes in `diffpy.utils` version 3.6.0.
7+
* Functions related to diffraction_objects and tools modules in `diffpy.utils` to reflect changes in version 3.6.0.
88

99
**Deprecated:**
1010

src/diffpy/labpdfproc/functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
N_POINTS_ON_DIAMETER = 300
1212
TTH_GRID = np.arange(1, 180.1, 0.1)
1313
# Round down the last element if it's slightly above 180 due to floating point precision
14-
TTH_GRID[-1] = 180
14+
TTH_GRID[-1] = 180.00
1515
CVE_METHODS = ["brute_force", "polynomial_interpolation"]
1616

1717
# pre-computed datasets for polynomial interpolation (fast calculation)

0 commit comments

Comments
 (0)