A Tuesday 20 April 2010 14:57:07 blastoc...@mac.com escrigué:
> Hello,
> As it says in the installation documentation of PyTables that one should
>  mail the developers with any strange errors that pytables would produce so
>  that they can be fixed in future releases, here is my story: I simply
>  installed pytables using easy_install which completed successfully but the
>  when executing the tests, I get an error. Any help greatly appreciated !
>  Here is my bash transcript:
[clip]
>  ======================================================================
>  FAIL: None (tables.tests.test_basics.OldFlavorTestCase)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File
>  "/usr/lib/python2.6/site-packages/tables-2.1.2-py2.6-linux-x86_64.egg/tabl
> es/tests/common.py", line 248, in newmethod return oldmethod(self, *args,
>  **kwargs)
>  File
>  "/usr/lib/python2.6/site-packages/tables-2.1.2-py2.6-linux-x86_64.egg/tabl
> es/tests/test_basics.py", line 2202, in test
>  self.assert_(common.allequal(node_data, data, new_flavor))
> AssertionError
> 
> ----------------------------------------------------------------------
> Ran 6517 tests in 34.251s
> 
> FAILED (failures=1)

Mmh, that's strange.  Could you please rerun the offending test with the 
'verbose' argument?  Something like:

$ python tables/tests/test_basics.py OldFlavorTestCase verbose                  
                                                                                
                  
Running OldFlavorTestCase.test                                                  
                                        
------------------------------                                                  
                                        
* Checking old flavor ``Object``.                                               
                                        
* Checking old flavor ``String``.                                               
                                        
* Checking old flavor ``Tuple``.                                                
                                        
* Checking old flavor ``Int``.                                                  
                                        
* Checking old flavor ``VLString``.                                             
                                        
* Checking old flavor ``Float``.                                                
                                        
* Checking old flavor ``List``.                                                 
                                        

.
----------------------------------------------------------------------
Ran 1 test in 0.006s                                                  

Also, could you run the next command:

$ h5ls tables/tests/old-flavors.h5

and send the output back?

Thanks!

-- 
Francesc Alted

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to