Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSVFileTest.read_matrix fails on one particular machine #1401

Closed
vigsterkr opened this issue Aug 13, 2013 · 2 comments
Closed

CSVFileTest.read_matrix fails on one particular machine #1401

vigsterkr opened this issue Aug 13, 2013 · 2 comments
Assignees
Milestone

Comments

@vigsterkr
Copy link
Member

it's pretty weird but this one happens only on one machine:

uname -a
Linux snf-77841 3.8.0-22-generic #33-Ubuntu SMP Thu May 16 15:17:14 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
wiking@snf-77841:~/shogun/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 13.04
Release:    13.04
Codename:   raring
[----------] 5 tests from CSVFileTest
[ RUN      ] CSVFileTest.read_matrix
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.0004
Expected: tmp(i, j)
Which is: 1
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.0008
Expected: tmp(i, j)
Which is: 1
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.0001
Expected: tmp(i, j)
Which is: 1
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.0005
Expected: tmp(i, j)
Which is: 1
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.0009
Expected: tmp(i, j)
Which is: 1
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.0002
Expected: tmp(i, j)
Which is: 1
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.0006
Expected: tmp(i, j)
Which is: 1
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.001
Expected: tmp(i, j)
Which is: 1
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.0003
Expected: tmp(i, j)
Which is: 1
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.0007
Expected: tmp(i, j)
Which is: 1
/home/wiking/shogun/tests/unit/io/CSVFile_unittest.cc:50: Failure
Value of: a(i, j)
  Actual: 1.0011
Expected: tmp(i, j)
Which is: 1
@ghost ghost assigned gsomix Aug 13, 2013
@vigsterkr
Copy link
Member Author

@ghost ghost assigned sonney2k Aug 27, 2013
sonney2k pushed a commit that referenced this issue Aug 28, 2013
@vigsterkr
Copy link
Member Author

okeeey this patch fixed it \o/ thnx @gsomix !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants