Posts by Everton Marques • 1 point
1 post
-
0
votes2
answers770
viewsQ: PYTHON - Typeerror: 'numpy.float64' Object is not iterable
Hello, I’m getting this error return while trying to run the following loop: for p in p: for q in p: if p != q: arrFreq.append(p - q) OBS: "p" is an array that contains frequencies of an audio. The…
pythonasked Everton Marques 1