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
spafe.features.ngcc.ngcc(....., low_freq: [Optional] = None) but doc says, low_freq defalut is 0. Also no where in the function the value has been set.
This occurs error in: (if low_freq argument not passed)
The text was updated successfully, but these errors were encountered:
zakaria-kabir
changed the title
TypeError: '<' not supported between instances of 'NoneType' and 'int'
TypeError: '<' not supported between instances of 'NoneType' and 'int'. in spafe.features.ngcc.ngcc()
Feb 18, 2023
spafe.features.ngcc.ngcc(....., low_freq: [Optional] = None) but doc says, low_freq defalut is 0. Also no where in the function the value has been set.
This occurs error in: (if low_freq argument not passed)
180
181 # run checks
--> 182 if low_freq < 0:
183 raise ParameterError(ErrorMsgs["low_freq"]) *
The text was updated successfully, but these errors were encountered: