bugGNU Octave - Bugs: bug #45374, stk test falures in windows

 
 

bug #45374: stk test falures in windows

Submitter:  John Donoghue <lostbard>
Submitted:  Mon 22 Jun 2015 05:03:52 PM UTC
   
 
Category:  Octave Package Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Duplicate Assigned to:  None
Originator Name:  JohnD Open/Closed:  * Closed
Release:  * 4.0.0 Operating System:  * Microsoft Windows
Fixed Release:  None Planned Release:  None
* Mandatory Fields

Add a New Comment Rich Markup
   

Sun 28 Feb 2016 09:04:38 AM UTC, comment #3: 

This bug report can be mark as duplicate of #44334 and #46350.

Julien Bect <jbect>
Sun 28 Feb 2016 09:03:43 AM UTC, comment #2: 

Hello JohnD,

Most of the failures reported in the first post were related to a regression in isequal, which has now been solved:

https://savannah.gnu.org/bugs/?44334

The remaining one is reported here:

https://savannah.gnu.org/bugs/?46350

@++
Julien

Julien Bect <jbect>
Tue 23 Feb 2016 07:18:27 PM UTC, comment #1: 

Only 1 failure in 2.3.4.



>>>>> processing C:\Octave\Octave-4.0.1-rc3\share\octave\packages\stk-2.3.4\examples\01_kriging_basics\stk_example_kb09.m
***** test HOMOSCEDASTIC_NOISE = false;  stk_example_kb09;  close all;
!!!!! test failed
'HOMOSCEDASTIC_NOISE' undefined near line 60 column 4


John Donoghue <lostbard>
Group Member
Mon 22 Jun 2015 05:03:52 PM UTC, original submission:  


After installing and running the tests of stk 2.3.1 in Win7:


>>>>> processing C:\Octave\Octave-4.0.0\share\octave\packages\stk-2.3.1\arrays\@stk_dataframe\stk_boundingbox.m
***** assert (isequal (y, stk_hrect ([0 0 1; 7 4 2], cn)));
!!!!! test failed
assert (isequal (y, stk_hrect ([0, 0, 1; 7, 4, 2], cn))) failed
shared variables
  scalar structure containing the fields:

    cn =
    {
      [1,1] = a
      [1,2] = b
      [1,3] = c
    }

>>>>> processing C:\Octave\Octave-4.0.0\share\octave\packages\stk-2.3.1\arrays\@stk_factorialdesign\stk_boundingbox.m
***** assert (isequal (y, stk_hrect ([1 3 0; 2 5 8], cn)));
!!!!! test failed
assert (isequal (y, stk_hrect ([1, 3, 0; 2, 5, 8], cn))) failed
shared variables
  scalar structure containing the fields:

    cn =
    {
      [1,1] = a
      [1,2] = b
      [1,3] = c
    }

>>>>> processing C:\Octave\Octave-4.0.0\share\octave\packages\stk-2.3.1\arrays\@stk_factorialdesign\stk_factorialdesign.m
***** assert (isequal (x(2:end, :), x(2:4, :)))
!!!!! test failed
assert (isequal (x (2:end, :), x (2:4, :))) failed
shared variables
  scalar structure containing the fields:

***** assert (isequal (x(2, 1:end), x(2, :)))
!!!!! test failed
assert (isequal (x (2, 1:end), x (2, :))) failed
shared variables
  scalar structure containing the fields:

***** assert (isequal (x(2:end, 2:end), x(2:4, 2)))
!!!!! test failed
assert (isequal (x (2:end, 2:end), x (2:4, 2))) failed
shared variables
  scalar structure containing the fields:

>>>>> processing C:\Octave\Octave-4.0.0\share\octave\packages\stk-2.3.1\arrays\@stk_factorialdesign\uminus.m
***** test
 x = stk_factorialdesign ({1:3, 1:2});
 y = stk_factorialdesign ({-(1:3), -(1:2)});
 assert (isequal (-x, y))
!!!!! test failed
assert (isequal (-x, y)) failed
>>>>> processing C:\Octave\Octave-4.0.0\share\octave\packages\stk-2.3.1\arrays\@stk_hrect\horzcat.m
>>>>> processing C:\Octave\Octave-4.0.0\share\octave\packages\stk-2.3.1\arrays\@stk_hrect\ismember.m
>>>>> processing C:\Octave\Octave-4.0.0\share\octave\packages\stk-2.3.1\arrays\@stk_hrect\stk_boundingbox.m
***** assert (isequal (y, x));
!!!!! test failed
assert (isequal (y, x)) failed
shared variables
  scalar structure containing the fields:

***** test HOMOSCEDASTIC_NOISE = false;  stk_example_kb09;  close all;
!!!!! test failed
'HOMOSCEDASTIC_NOISE' undefined near line 60 column 4



John Donoghue <lostbard>
Group Member

 

(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 jbect (Posted a comment)
  • -email is unavailable- added by lostbard (added package maintainer)
  • -email is unavailable- added by lostbard (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 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2016-02-28 lostbard StatusNone Duplicate
        Open/ClosedOpen Closed
    2015-06-23 lostbard Carbon-Copy- Added jbect

    Back to the top

    Powered by Savane 3.13-3230.
    Corresponding source code