Skip to content

Commit 2c336a2

Browse files
tweaked test for tolerance
1 parent 3bc2ac2 commit 2c336a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/labpdfproc/tests/test_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def test_compute_cve(mocker):
7272
expected_abdo = Diffraction_object()
7373
expected_abdo.insert_scattering_quantity(
7474
np.array([45, 60, 90]),
75-
np.array([2.54253048, 2.52852515, 2.49717207]),
75+
np.array([2.54253, 2.52852, 2.49717]),
7676
"tth",
7777
metadata={"thing1": 1, "thing2": "thing2"},
7878
name="absorption correction, cve, for test",

0 commit comments

Comments
 (0)