bugGNU Octave - Bugs: bug #63742, [octave-forge](statistics) test...

 
 

bug #63742: [octave-forge](statistics) test failures due to rand()

Submitter:  Dmitri A. Sergatskov <dasergatskov>
Submitted:  Thu 02 Feb 2023 09:18:35 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fixed Assigned to:  None
Originator Name:  Open/Closed:  * Closed
Release:  * stable Operating System:  * Any
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 22 Jan 2024 10:39:09 PM UTC, comment #2: 

closing at maintainer's request.

Nicholas Jankowski <nrjank>
Group Member
Mon 22 Jan 2024 10:09:12 PM UTC, comment #1: 

This issue has been resolved. Can admins close it please?

Andreas Bertsatos <pr0m1th3as>
Thu 02 Feb 2023 09:18:35 PM UTC, original submission:  

Some of the tests in statistics fail occasionally:

octave:5> p = 0; psum = 0; for jj=1:100; p = test("hotelling_t2test2"); psum += p; endfor ; psum
psum = 94
octave:6> p = 0; psum = 0; for jj=1:100; p = test("hotelling_t2test"); psum += p; endfor ; psum
psum = 94
octave:7> p = 0; psum = 0; for jj=1:100; p = test("adtest"); psum += p; endfor ; psum
psum = 98


Those are probably due to rand() not being seeded.

octave 8.0.91 /statistics 1.5.3

Dmitri.
--

Dmitri A. Sergatskov <dasergatskov>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by nrjank (Posted a comment)
  • -email is unavailable- added by pr0m1th3as (Posted a comment)
  • -email is unavailable- added by dasergatskov (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only group members can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2024-01-22 nrjank StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-02a9.
    Corresponding source code