Ignore:
Timestamp:
Sep 19, 2014, 8:59:59 AM (9 years ago)
Author:
Peter
Message:

fixes bug #815

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.12-stable/test/normalization.cc

    r2919 r3321  
    33/*
    44  Copyright (C) 2008, 2009 Jari Häkkinen, Peter Johansson
    5   Copyright (C) 2010, 2012 Peter Johansson
     5  Copyright (C) 2010, 2012, 2014 Peter Johansson
    66
    77  This file is part of the yat library, http://dev.thep.lu.se/yat
     
    289289{
    290290  suite.err() << "Testing QuantileNormalizer\n";
    291  
    292291  utility::Matrix m(2,2);
    293292  m(0,0) = 0;
     
    305304  suite.err() << "Testing m(1,1)\n";
    306305  suite.add(suite.equal(m(1,1), 2));
     306
     307  // testing with landscape-shaped data matrix
     308  m.resize(2, 10);
     309  qn(m, m);
    307310}
    308311
Note: See TracChangeset for help on using the changeset viewer.