vaibhavreddys / scipy-sim

Automatically exported from code.google.com/p/scipy-sim
Other
0 stars 0 forks source link

Sum Block Code Review Request #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Purpose of code changes on this branch:
Need to decide whether multiple domains of computation are really feasible 
with one set of non-directed actors.

Need to address possible problems involved with always blocking on all input 
queues sequentially - works fine for synchronised signals, but will clearly 
cause the output to rely on the rate of the least frequent signal.

Please see my notes on lines 56-68 of summer.py for more musings.

Original issue reported on code.google.com by hardbyte on 27 Nov 2009 at 2:06

GoogleCodeExporter commented 8 years ago
I think we've settled this now.

Original comment by allan.mcinnes@gmail.com on 7 Feb 2010 at 11:33