From: Antonio V. <val...@co...> - 2005-05-16 23:12:17
|
Alle 16:28, luned=EC 16 maggio 2005, Antonio Valentino ha scritto: > Alle 13:33, domenica 15 maggio 2005, Francesc Altet ha scritto: > > Hola Antonio, > > [...] > > That's good. You had a small glitch converting NROWS to Python ints > > instead of longs (remember that PyTables supports objects with more > > I'm sorry. > > > than 2**31 rows). This has been corrected. If you would have run the > > tests in heavy mode you should have been warned about that. > > I have run the the test in heavy mode today on the PC at work (not my > laptop) and got 3 errors for the snapshot-20060516 [...] ops. This also happens in *non* heavy mode. [...] Reading an old version file node. ...=20 /home/valentino/pyvm/lib/python2.4/site-packages/tables/Group.py:248:=20 UserWarning: problems loading leaf ``/test``: unsubscriptable object; it = will=20 become an ``UnImplemented`` node warnings.warn("""\ ERROR Writing an old version file node. ... ERROR Accessing attributes in an old version file node. ... ERROR =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR: Reading an old version file node. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/valentino/pyvm/src/pytables-20050516/test/test_filenode.py"= ,=20 line 909, in setUp oldh5f =3D tables.openFile(self.oldh5fname) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/File.py",= line=20 229, in openFile return File(path, mode, title, new, trMap, rootUEP, isPTFile, filters= ) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/File.py",= line=20 409, in __init__ self.root =3D self.__getRootGroup(rootUEP) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/File.py",= line=20 460, in __getRootGroup rootGroup =3D RootGroup(self, '/', rootUEP, new=3Dself._v_new) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Group.py"= ,=20 line 831, in __init__ self._g_openFile() File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Group.py"= ,=20 line 253, in _g_openFile objleaf._g_putUnder(objgroup, name) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Leaf.py",= line=20 222, in _g_putUnder super(Leaf, self)._g_putUnder(parent, name) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Node.py",= line=20 693, in _g_putUnder parent._g_refNode(self, ptname, validate) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Group.py"= ,=20 line 323, in _g_refNode raise NodeError( NodeError: group ``/`` already has a child node named ``test`` =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR: Writing an old version file node. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/valentino/pyvm/src/pytables-20050516/test/test_filenode.py"= ,=20 line 909, in setUp oldh5f =3D tables.openFile(self.oldh5fname) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/File.py",= line=20 229, in openFile return File(path, mode, title, new, trMap, rootUEP, isPTFile, filters= ) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/File.py",= line=20 409, in __init__ self.root =3D self.__getRootGroup(rootUEP) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/File.py",= line=20 460, in __getRootGroup rootGroup =3D RootGroup(self, '/', rootUEP, new=3Dself._v_new) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Group.py"= ,=20 line 831, in __init__ self._g_openFile() File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Group.py"= ,=20 line 253, in _g_openFile objleaf._g_putUnder(objgroup, name) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Leaf.py",= line=20 222, in _g_putUnder super(Leaf, self)._g_putUnder(parent, name) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Node.py",= line=20 693, in _g_putUnder parent._g_refNode(self, ptname, validate) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Group.py"= ,=20 line 323, in _g_refNode raise NodeError( NodeError: group ``/`` already has a child node named ``test`` =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D ERROR: Accessing attributes in an old version file node. ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/valentino/pyvm/src/pytables-20050516/test/test_filenode.py"= ,=20 line 909, in setUp oldh5f =3D tables.openFile(self.oldh5fname) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/File.py",= line=20 229, in openFile return File(path, mode, title, new, trMap, rootUEP, isPTFile, filters= ) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/File.py",= line=20 409, in __init__ self.root =3D self.__getRootGroup(rootUEP) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/File.py",= line=20 460, in __getRootGroup rootGroup =3D RootGroup(self, '/', rootUEP, new=3Dself._v_new) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Group.py"= ,=20 line 831, in __init__ self._g_openFile() File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Group.py"= ,=20 line 253, in _g_openFile objleaf._g_putUnder(objgroup, name) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Leaf.py",= line=20 222, in _g_putUnder super(Leaf, self)._g_putUnder(parent, name) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Node.py",= line=20 693, in _g_putUnder parent._g_refNode(self, ptname, validate) File "/home/valentino/pyvm/lib/python2.4/site-packages/tables/Group.py"= ,=20 line 323, in _g_refNode raise NodeError( NodeError: group ``/`` already has a child node named ``test`` ---------------------------------------------------------------------- Ran 1798 tests in 206.001s FAILED (errors=3D3) -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D PyTables version: 1.1-alpha Extension version: $Id: hdf5Extension.pyx 852 2005-05-15 11:31:50Z faltet= $ HDF5 version: 1.6.4 numarray version: 1.3.1 Zlib version: 1.1.4 BZIP2 version: 1.0.2 (30-Dec-2001) Python version: 2.4.1 (#1, May 4 2005, 11:47:31) [GCC 3.2.2] Platform: linux2-i686 Byte-ordering: little -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D Performing only a light (yet comprehensive) subset of the test suite. If you have a big system and lots of CPU to waste and want to do a more complete test, try passing the --heavy flag to this script. The whole suite will take more than 10 minutes to complete on a relatively modern CPU and around 100 MB of main memory. -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D Skipping Numeric test suite -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-= =3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D= -=3D I will try on my laptop as soon as possible. [...] ciao --=20 Antonio Valentino INNOVA - Consorzio per l'Informatica e la Telematica via della Scienza - Zona Paip I 75100 Matera (MT) Italy Tel.: +39 0835 309180 Fax: +39 0835 264705 Home Page: www.consorzio-innova.it Email: val...@co... |