Thanks for the response.

Maybe this is just a version problem.

I'm using python2.4 The output of python test_all.py --show-versions is below.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version:  1.1.1
Extension version: $Id: utilsExtension.pyx 1157 2005-09-06 12:03:23Z ivilata $
HDF5 version:      1.6.4
numarray version:  1.5.1
Zlib version:      1.2.3
LZO version:       1.08 (Jul 12 2002)
UCL version:       1.03 (Jul 20 2004)
BZIP2 version:     1.0.3 (15-Feb-2005)
Python version:    2.4.3 (#2, Oct  6 2006, 07:52:30)
[GCC 4.0.3 (Ubuntu 4.0.3-1ubuntu5)]
Platform:          linux2-i686
Byte-ordering:     little
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

When I run the test app, this is the output:

./h5_test.py bad
start, stop = 0, 1000
start, stop = 1000, 2000
start, stop = 2000, 3000
        ...
start, stop = 38000, 39000
start, stop = 39000, 40000

./h5_test.py read
indexed search found 0 matches
Particle:  36001
sequential search found 1 matches

./h5_test.py good
start, stop = 0, 40000
./h5_test.py read
Particle:  36001
indexed search found 1 matches
Particle:  36001
sequential search found 1 matches

I'm running on ubuntu. Let me know if there's any more information I can provide.

Thanks.

David

From: Francesc Altet <[EMAIL PROTECTED]>
To: PyTables user list <[email protected]>
Subject: Re: [Pytables-users] problem with "where" clause
Date: Wed, 16 May 2007 13:30:49 +0200

El dc 16 de 05 del 2007 a les 07:04 -0400, en/na David L va escriure:
> The formatting was lost in the original email.  Hopefully the attachment
> will work better.

The format was fine (at least for me).

> >From: "David L" <[EMAIL PROTECTED]>
> >To: [email protected]
> >Subject: [Pytables-users] problem with "where" clause
> >Date: Tue, 15 May 2007 17:15:03 -0400
> >


$ PYTHONPATH=. python2.5 bug-index.py bad
start, stop = 0, 1000
start, stop = 1000, 2000
[snip]
start, stop = 39000, 40000
$ PYTHONPATH=. python2.5 bug-index.py read
Particle:  36001
indexed search found 1 matches
Particle:  36001
sequential search found 1 matches
Closing remaining opened files...  test.h5... done.  test.h5... done.

Which version of the software are you using? Can you send the output of:

$ python test_all.py --show-versions

Thanks,

--
Francesc Altet    |  Be careful about using the following code --
Carabos Coop. V.  |  I've only proven that it works,
www.carabos.com   |  I haven't tested it. -- Donald Knuth


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

_________________________________________________________________
Like the way Microsoft Office Outlook works? You’ll love Windows Live Hotmail. http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM_mini_outlook_0507


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Pytables-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to