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
* fix pytest.raises syntax in audio test
* fix pytest.raises syntax in core_api_base test
* fix pytest.raises syntax in mseed test
* replace float equality asserts with np.isclose()
* pass AudioData.write() subtype parameter as keyword-only
* extract nested conditions
* fix multirule noqa syntax
* set subtype as keyword-only parameter
* remove double negation in equality test
* remove nested conditions
* set sx as keyword-only parameter in write() method
* use typing.Generator in return type
* remove redundant return
* extract nested conditions
* use list comprehension
* rename builtin format variable
* comment empty function rather than raw pass
* rename unused request variable with _
* remove redundant list comprehension
* refactor pytest.raise call
* add typing.Generator annotation
* add docstring in empty dunder override
* fix pytest raises syntax
* remove unnecessary list assignment
* fix pytest syntax
* replace unused var name with _
* test_spectro linting
* fix pytest raises syntax
0 commit comments