Hi Jeff,

Thanks for the pointers!

I did not realize that I could only process the minimum length of the two
input buffers.
Dumb mistake on my part...
I just changed that and everything works fine.

BTW, just to confirm:

Is the minimum of the length of all input buffers to be trusted, even if it
is larger than the number from forecast?
ie, if forecast says inputs have to be 10 times the required outputs,
and len(output_items[0])=100
and len(input_items[0])=1010, and len(input_items[0])=1005
can I trust the contents of the input buffers 0:1004 ?

thanks again,
Achilleas

Reply via email to