summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Laboissière <rafael@debian.org>2024-05-18 02:53:44 -0300
committerRafael Laboissière <rafael@debian.org>2024-05-18 02:55:10 -0300
commit1a4e55a00da13f8fe40414b8d7e96b8af42e4e38 (patch)
treec1683a76062decce3058fa017086a63e7a77f77c
parentda74eb51be060641b0619c027b0762522174a150 (diff)
d/p/glmfit-reproducible-bist.patch: Drop patch (applied upstream)
-rw-r--r--debian/patches/glmfit-reproducible-bist.patch16
-rw-r--r--debian/patches/series1
2 files changed, 0 insertions, 17 deletions
diff --git a/debian/patches/glmfit-reproducible-bist.patch b/debian/patches/glmfit-reproducible-bist.patch
deleted file mode 100644
index 22d6547..0000000
--- a/debian/patches/glmfit-reproducible-bist.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Make the BIST for glmfit reproducible
-Author: Rafael Laboissière <rafael@debian.org>
-Forwarded: https://github.com/gnu-octave/statistics/pull/139
-Applied-Upstream: https://github.com/gnu-octave/statistics/commit/b18db0fe7df0f09790a82547bb8e683507f9c0ae
-Last-Update: 2024-03-08
-
---- octave-statistics-1.6.4.orig/inst/glmfit.m
-+++ octave-statistics-1.6.4/inst/glmfit.m
-@@ -133,6 +133,7 @@ endfunction
- %! X = rand (50, 1);
- %! b_true = [0.4; 1.5];
- %! mu_true = exp (b_true(1) + b_true(2) * X);
-+%! randp ("seed", 1);
- %! y = poissrnd (mu_true);
- %! b = glmfit(X, y, "poisson", "link", "log");
- %! assert(b(1), b_true(1), 0.5);
diff --git a/debian/patches/series b/debian/patches/series
index faf056c..654a050 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-glmfit-reproducible-bist.patch
binomial-dist-median.patch
fpdf-reproducile-bist.patch