exxeleron / qPython

interprocess communication between Python and kdb+
http://www.devnet.de
Apache License 2.0
151 stars 90 forks source link

No need to loop over the array, just construct it directly #19

Closed cpcloud closed 3 years ago

maciejlach commented 9 years ago

The numpy.array() doesn't provide means to define shape of the array, which is required to solve the issue of nested lists with homogeneous length (#17).

Please refer to the Travis logs to review failing tests: http://travis-ci.org/exxeleron/qPython/builds/40413223