File: 0005-test-relax-tolerance.patch

package info (click to toggle)
xrayutilities 1.7.12-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,660 kB
  • sloc: python: 49,871; ansic: 4,585; makefile: 15
file content (13 lines) | stat: -rw-r--r-- 436 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: python-xrayutilities/tests/test_math_peak_fit.py
===================================================================
--- python-xrayutilities.orig/tests/test_math_peak_fit.py	2025-11-17 18:21:49.444275819 +0100
+++ python-xrayutilities/tests/test_math_peak_fit.py	2025-11-17 20:20:41.908486235 +0100
@@ -20,7 +20,7 @@
 import numpy
 import xrayutilities as xu
 
-digits = 7
+digits = 6
 
 
 class TestPeakFit(unittest.TestCase):