You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: