Caduceus icon indicating copy to clipboard operation
Caduceus copied to clipboard

Moving Average Not running

Open raghunadhn opened this issue 12 years ago • 0 comments

Hi All,

I am facing an issue while running the MovingAverage program. In the MovingAverageReducer.java, the sliding_window.WindowIsFull() value is always False, due to which I am unable to get into the if loop there.

Due to this, I am getting the below output: debug > AA --------- end of group ------------- debug > AA --------- end of group ------------- debug > AA --------- end of group ------------- debug > AA --------- end of group ------------- so on,...

Could someone tell me what would went wrong??

Thanks in advance

raghunadhn avatar Aug 24 '12 06:08 raghunadhn