On Tue, Nov 2, 2010 at 10:31 PM, wrote:
> On Tue, Nov 2, 2010 at 10:21 PM, wrote:
>> On Tue, Nov 2, 2010 at 10:02 PM, Nikolaus Rath wrote:
>>> Gerrit Holl writes:
On 31 October 2010 17:10, Nikolaus Rath wrote:
> Hello,
>
> I have a couple of numpy arrays which belong togethe
On Tue, Nov 2, 2010 at 10:21 PM, wrote:
> On Tue, Nov 2, 2010 at 10:02 PM, Nikolaus Rath wrote:
>> Gerrit Holl writes:
>>> On 31 October 2010 17:10, Nikolaus Rath wrote:
Hello,
I have a couple of numpy arrays which belong together. Unfortunately
they have different dimensio
On Tue, Nov 2, 2010 at 10:02 PM, Nikolaus Rath wrote:
> Gerrit Holl writes:
>> On 31 October 2010 17:10, Nikolaus Rath wrote:
>>> Hello,
>>>
>>> I have a couple of numpy arrays which belong together. Unfortunately
>>> they have different dimensions, so I can't bundle them into a higher
>>> dimen
Gerrit Holl writes:
> On 31 October 2010 17:10, Nikolaus Rath wrote:
>> Hello,
>>
>> I have a couple of numpy arrays which belong together. Unfortunately
>> they have different dimensions, so I can't bundle them into a higher
>> dimensional array.
>>
>> My solution was to put them into a Python l
On 31 October 2010 17:10, Nikolaus Rath wrote:
> Hello,
>
> I have a couple of numpy arrays which belong together. Unfortunately
> they have different dimensions, so I can't bundle them into a higher
> dimensional array.
>
> My solution was to put them into a Python list instead. But
> unfortunate
Hello,
I have a couple of numpy arrays which belong together. Unfortunately
they have different dimensions, so I can't bundle them into a higher
dimensional array.
My solution was to put them into a Python list instead. But
unfortunately this makes it impossible to use any ufuncs.
Has someone el