Closed
Description
There is a critical typo in mlab.cohere
introduced by 1504540:
matplotlib/lib/matplotlib/mlab.py
Lines 1341 to 1347 in 49d5ced
There is a critical typo in mlab.cohere
, the final line should read:
Cxy = np.abs(Pxy) ** 2 / (Pxx * Pyy)
[i.e. a single character change Pxy -> Pyy
].