Remove deprecated arguments
hagenw opened this issue · 0 comments
hagenw commented
When running the tests we see:
tests/test_feature.py::test_deprecated_unit_argument
/home/hwierstorf/git/audeering/audinterface/tests/test_feature.py:82: UserWarning: The default of 'process_func_applies_sliding_window' will change from 'True' to 'False' with version 1.2.0.
interface = audinterface.Feature(
tests/test_feature.py::test_deprecated_unit_argument
/home/hwierstorf/git/audeering/audinterface/tests/test_feature.py:89: UserWarning: The default of 'process_func_applies_sliding_window' will change from 'True' to 'False' with version 1.2.0.
interface = audinterface.Feature(
But version 1.2.0
was released already, so we need to remove the deprecated code.