ctn-archive / nengo_theano

ABANDONED; see https://github.com/nengo/nengo instead
MIT License
3 stars 3 forks source link

Max size of probes #12

Closed studywolf closed 11 years ago

studywolf commented 11 years ago

There is a limit of 1000 timesteps for the probes at the minute, this should be dynamic. Maybe doubling the buffer size whenever the limit is hit.

hunse commented 11 years ago

Look again. The size starts at 1000, but increases by 1000 when necessary. I also thought about doubling, but I thought that could occasionally end up with a huge buffer. Admittedly, I haven't tested the dynamic resizing part of the code yet, so it might not work as advertised.

studywolf commented 11 years ago

Look again again! It doesn't work :S When I change the time on the enc_test to something large the probe breaks