octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #64324] [Octave Packages] (statistics) BIST fa


From: Dmitri A. Sergatskov
Subject: [Octave-bug-tracker] [bug #64324] [Octave Packages] (statistics) BIST failures
Date: Tue, 20 Jun 2023 15:01:51 -0400 (EDT)

Follow-up Comment #4, bug #64324 (project octave):

There are seem to be 2 regressions. 
The first on is 31918:e67b7b85670b

changeset:   31918:e67b7b85670b
user:        Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date:        Wed Mar 22 13:33:46 2023 -0400
summary:     cov.m: Overhaul function for matlab compatibility (bug #50583).

changeset:   31917:655e757c7522
user:        Rik <rik@octave.org>
date:        Wed Mar 22 12:00:05 2023 -0700
summary:     isuniform.m: New function.
-verbatim
The good:
+verbatim+
Summary:

  PASS                             6648
  FAIL                                0
  XFAIL (reported bug)                2
  XFAIL (expected failure)            1


octave:3> version -hgid
ans = 655e757c7522


The bad (adds 3 failures: 2 in gevfit.m and one in orrelation_test.m)

Failure Summary:

  ..re/octave/api-v58/packages/statistics-1.6.0/dist_fit/gevfit.m  pass    4/6
  
                                                                   FAIL    2
  ..share/octave/api-v58/packages/statistics-1.6.0/shadow9/mean.m  pass  
79/80  
                                                    (reported bug) XFAIL   1
  ..e/octave/api-v58/packages/statistics-1.6.0/correlation_test.m  pass  
18/19  
                                                                   FAIL    1
  ../share/octave/api-v58/packages/statistics-1.6.0/fillmissing.m  pass 
377/378 
                                                    (reported bug) XFAIL   1
  ..a/.local/share/octave/api-v58/packages/statistics-1.6.0/pca.m  pass  
31/32  
                                                (expected failure) XFAIL   1

Summary:

  PASS                             6645
  FAIL                                3
  XFAIL (reported bug)                2
  XFAIL (expected failure)            1

<...deleted...>

octave:4> version -hgid
ans = e67b7b85670b



The second one is 32047:e3de59065cf1
(Adds 5 failures to violin.m)

The good:

changeset:   32047:e3de59065cf1
user:        Rik <rik@octave.org>
date:        Fri Apr 21 11:01:40 2023 -0700
summary:     inputParser.m: Re-architect internal data structures for 60%
speed improvement.

changeset:   32046:39700c1ea93e
parent:      32044:31f7f5359ba2
parent:      32045:f18da620ab4d
user:        Rik <rik@octave.org>
date:        Thu Apr 20 18:59:26 2023 -0700
summary:     maint: merge stable to default



Failure Summary:

  ..re/octave/api-v58/packages/statistics-1.6.0/dist_fit/gevfit.m  pass    4/6
  
                                                                   FAIL    2
  ..share/octave/api-v58/packages/statistics-1.6.0/shadow9/mean.m  pass  
79/80  
                                                    (reported bug) XFAIL   1
  ..e/octave/api-v58/packages/statistics-1.6.0/correlation_test.m  pass  
18/19  
                                                                   FAIL    1
  ../share/octave/api-v58/packages/statistics-1.6.0/fillmissing.m  pass 
377/378 
                                                    (reported bug) XFAIL   1
  ..a/.local/share/octave/api-v58/packages/statistics-1.6.0/pca.m  pass  
31/32  
                                                (expected failure) XFAIL   1

Summary:

  PASS                             6645
  FAIL                                3
  XFAIL (reported bug)                2
  XFAIL (expected failure)            1

<...deleted...>

octave:3> version -hgid
ans = 39700c1ea93e


The bad (adds 5 failures in violin.m):

Failure Summary:

  ..re/octave/api-v58/packages/statistics-1.6.0/dist_fit/gevfit.m  pass    4/6
  
                                                                   FAIL    2
  ..share/octave/api-v58/packages/statistics-1.6.0/shadow9/mean.m  pass  
79/80  
                                                    (reported bug) XFAIL   1
  ..e/octave/api-v58/packages/statistics-1.6.0/correlation_test.m  pass  
18/19  
                                                                   FAIL    1
  ../share/octave/api-v58/packages/statistics-1.6.0/fillmissing.m  pass 
377/378 
                                                    (reported bug) XFAIL   1
  ..a/.local/share/octave/api-v58/packages/statistics-1.6.0/pca.m  pass  
31/32  
                                                (expected failure) XFAIL   1
  ..local/share/octave/api-v58/packages/statistics-1.6.0/violin.m  pass    0/5
  
                                                                   FAIL    5

Summary:

  PASS                             6640
  FAIL                                8
  XFAIL (reported bug)                2
  XFAIL (expected failure)            1

<...deleted...>

octave:3> version -hgid
ans = e3de59065cf1


E.g.:


ctave:9> test violin verbose
>>>>>
/home/dima/.local/share/octave/api-v58/packages/statistics-1.6.0/violin.m
***** demo
 clf
 x = zeros (9e2, 10);
 for i=1:10
   x(:,i) = (0.1 * randn (3e2, 3) * (randn (3,1) + 1) + 2 * randn (1,3))(:);
 endfor
 h = violin (x, "color", "c");
 axis tight
 set (h.violin, "linewidth", 2);
 set (gca, "xgrid", "on");
 xlabel ("Variables")
 ylabel ("Values")
!!!!! demo failed
horizontal dimensions mismatch (4x1 vs 1x1)


The other FAILures seem to be the same; I  attached output of 
"test("violin", "verbose", "violin_err.txt")" just in case.
Cc @rik.

We should probably change bug classification to octave/regression.

Dmitri.
-- 


(file #54849)

    _______________________________________________________

Additional Item Attachment:

File name: violin_err.txt.gz              Size:0 KB
    <https://file.savannah.gnu.org/file/violin_err.txt.gz?file_id=54849>



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?64324>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]