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
{{ message }}
This repository was archived by the owner on Feb 7, 2024. It is now read-only.
240 high = third_high(bands[0], bands[-1])
241
--> 242 c = np.zeros(bands.size)
243 for band in range(bands.size):
244 filtered_signal = bandpass(signal, low[band], high[band], fs, order=8)
AttributeError: 'NoneType' object has no attribute 'size'
Band is a mandatory parameter a/c to code but optional a/c to documents.
Function call a/c to documentation:
Run time error when calling these functions:
acoustics.room.c50_from_file(files[0], bands=None)Band is a mandatory parameter a/c to code but optional a/c to documents.