Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #558 with named args for Spectrogram methods #585

Merged
merged 1 commit into from
Dec 20, 2022

Conversation

louisfh
Copy link
Member

@louisfh louisfh commented Nov 7, 2022

The methods of the Spectrogram class that returned another Spectrogam used positional arguments. There was a risk that
if the order of arguments passed to Spectrogram class changed, we may not change the final return statements of each method. This makes the code more maintainable.

The methods of the Spectrogram class that returned another Spectrogam
used positional arguments. There was a risk that
if the order of arguments passed to Spectrogram class changed,
we may not change the final return statements of each method.
This makes the code more maintainable.
@sammlapp sammlapp merged commit 1980577 into develop Dec 20, 2022
@sammlapp sammlapp deleted the issue_558_Spectrogram_methods branch December 20, 2022 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants