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
line 150 in music.py, self.Pssl[k, 0 : len(azimuth)] should be self.Pssl[0 : len(azimuth), k], the index got reverted by the function _compute_spatial_spectrumvec #
The text was updated successfully, but these errors were encountered:
line 150 in music.py,
self.Pssl[k, 0 : len(azimuth)]
should beself.Pssl[0 : len(azimuth), k]
, the index got reverted by the function _compute_spatial_spectrumvec #The text was updated successfully, but these errors were encountered: