GeoscienceAustralia / eqrm

Automatically exported from code.google.com/p/eqrm
Other
5 stars 4 forks source link

a fail in test all, when using windows. #141

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
======================================================================
FAIL: test_write_gmm_data_file (__main__.Test_create_gmm_data_4_nhlib)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_create_gmm_data_4_nhlib.py", line 52, in test_write_gmm_data_file
    self.assertEqual(row, actual)
AssertionError: Lists differ: ['5', '1.0', 'MEAN', 'AVERAGE_... != ['5', '1.0',
'MEAN', 'AVERAGE_...

First differing element 4:
22026.465794806718
22026.4657948

  ['5',
   '1.0',
   'MEAN',
   'AVERAGE_HORIZONTAL',
-  '22026.465794806718',
?                -----

+  '22026.4657948',
-  '22026.465794806718',
?                -----

+  '22026.4657948',
-  '22026.465794806718',
?                -----

+  '22026.4657948',
-  '22026.465794806718']
?                -----

+  '22026.4657948']

----------------------------------------------------------------------
Ran 2 tests in 0.026s

Original issue reported on code.google.com by duncan.g...@gmail.com on 26 Mar 2014 at 5:55