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

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

[Octave-bug-tracker] [bug #45374] stk test falures in windows


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #45374] stk test falures in windows
Date: Mon, 22 Jun 2015 17:03:53 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; Trident/7.0; rv:11.0) like Gecko

URL:
  <http://savannah.gnu.org/bugs/?45374>

                 Summary: stk test falures in windows
                 Project: GNU Octave
            Submitted by: lostbard
            Submitted on: Mon 22 Jun 2015 05:03:52 PM GMT
                Category: Octave Forge Package
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: JohnD
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.0.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:


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


>>>>> processing
C:address@hidden
***** 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:address@hidden
***** 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:address@hidden
***** 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:address@hidden
***** 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:address@hidden
>>>>> processing
C:address@hidden
>>>>> processing
C:address@hidden
***** 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








    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?45374>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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