Re: [Pytables-users] Using Float32

2007-09-12 Thread Francesc Altet
A Wednesday 12 September 2007, dragan savic escrigué: > Hi! > > I have problems using Float32 type. > > I pass the Python list with values [4.1,60.0,4.1,60.0] > to be inserted into the table with following Col > types: > Col1: Float32, Col2: Float32, Col3: Float64, Col4: > Float64 > After the next

[Pytables-users] Using Float32

2007-09-12 Thread dragan savic
Hi! I have problems using Float32 type. I pass the Python list with values [4.1,60.0,4.1,60.0] to be inserted into the table with following Col types: Col1: Float32, Col2: Float32, Col3: Float64, Col4: Float64 After the next insertion of new values into the table I want to first check if the valu