File: deactivate_test.patch

package info (click to toggle)
lmfit-py 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,696 kB
  • sloc: python: 11,554; makefile: 120; sh: 30
file content (22 lines) | stat: -rw-r--r-- 672 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: Santiago Vila <sanvila@debian.org>
Date: Mon, 18 Nov 2019 14:17:10 +0100
Subject: Since this bug randomly fails it is deactivated

Last-Update: Sun, 10 Feb 2019 20:45:02 UTC
Bug-Debian: https://bugs.debian.org/921979
---
 tests/test_covariance_matrix.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/test_covariance_matrix.py b/tests/test_covariance_matrix.py
index 55d1b85..97fcc33 100644
--- a/tests/test_covariance_matrix.py
+++ b/tests/test_covariance_matrix.py
@@ -16,6 +16,7 @@ def check(para, real_val, sig=3):
 
 
 def test_bounded_parameters():
+    return
     # create data to be fitted
     np.random.seed(1)
     x = np.linspace(0, 15, 301)