[Pythonmac-SIG] memory allocation issue

2005-07-30 Thread Chris Fonnesbeck
I have a Bayesian simulation package, PyMC, that I run on OSX 10.4 using either Python 2.3.5 or the ActiveState 2.4. It essentially generates long sample arrays of parameter values, which it then summarizes at the end (I am using Numeric arrays). However, after a simulation of only 80K iterations (

Re: [Pythonmac-SIG] memory allocation issue

2005-07-30 Thread Bob Ippolito
On Jul 30, 2005, at 4:27 AM, Chris Fonnesbeck wrote: > I have a Bayesian simulation package, PyMC, that I run on OSX 10.4 > using either Python 2.3.5 or the ActiveState 2.4. It essentially > generates long sample arrays of parameter values, which it then > summarizes at the end (I am using Numeric