summaryrefslogtreecommitdiff
path: root/debian/patches/octave7.patch
blob: 1467f7896aa9ebf14325ea600c48e51a8af7ed5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: Disable test that fails under Octave 7
 The test failure comes from a regression in Octave 7, see:
 https://lists.debian.org/debian-octave/2022/04/msg00002.html
Author: Sébastien Villemot <sebastien@debian.org>
Bug: https://savannah.gnu.org/bugs/index.php?62329
Bug-Debian: https://bugs.debian.org/1009136
Last-Update: 2022-04-19
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/inst/misc/distrib/stk_distrib_student_cdf.m
+++ b/inst/misc/distrib/stk_distrib_student_cdf.m
@@ -90,7 +90,6 @@ end % function
 %!test
 %! [p, q] = stk_distrib_student_cdf (1e10, 2);
 %! assert (isequal (p, 1.0));
-%! assert (stk_isequal_tolrel (q, 4.999999999999999999925e-21, 10 * eps));
 
 %!assert (isequal (stk_distrib_student_cdf (0.0, 1), 0.5));
 %!assert (isequal (stk_distrib_student_cdf (inf, 1), 1.0));