From: Colin J. W. <cj...@sy...> - 2003-08-18 23:21:59
|
Thanks, I made a guess and chose the wrong one. This is a lot closer to the optimum storage. Colin W. Todd Miller wrote: >On Mon, 2003-08-18 at 15:44, Colin J. Williams wrote: > > >>This statement: >> z= _n.array([True, False, True, True], type= _nt.BooleanType) >> >> > >Use type=_nt.Bool here. BooleanType is the class of Bool. > >Todd > > > |