In your case, the problem is with this line in exercise 6:
# Perform the correct slicing
diff_moving_avg = ...
Use constants SPLIT_TIME
and WINDOW_SIZE
for slicing the array.
In your case, the problem is with this line in exercise 6:
# Perform the correct slicing
diff_moving_avg = ...
Use constants SPLIT_TIME
and WINDOW_SIZE
for slicing the array.