Thanks very much to those who sent me a reply to my array problem! Its
now working brilliantly!
Best wishes,
Gareth.
--
[EMAIL PROTECTED]
[EMAIL PROTECTED]
665.9238429876 - Number of the Pentium Beast
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> attackwarningred napisa (a):
>
>
>>The array F(n) is dynamically allocated earlier on and is sized with
>>reference to shotcount, the number of iterations the model performs. The
>>problem is I can't get something like this to run in Python using numpy,
>>and for the si
[EMAIL PROTECTED] wrote:
> attackwarningred napisa (a):
>
>> The array F(n) is dynamically allocated earlier on and is sized with
>> reference to shotcount, the number of iterations the model performs. The
>> problem is I can't get something like this to run in Python using numpy,
>> and for the s
attackwarningred napisa (a):
> The array F(n) is dynamically allocated earlier on and is sized with
> reference to shotcount, the number of iterations the model performs. The
> problem is I can't get something like this to run in Python using numpy,
> and for the size of the array to be sized dyn
Dear All,
Hello! I've just started to use Python and its a lovely
language! I've previously programmed in Fortran 95 and have just began
to use numpy. I'm having a few problems with arrays in Python though and
wondered if someone could offer me some advice?
I wrote the following For