Skip to content

Comments

Update import for tukey function.#128

Merged
mlp6 merged 1 commit intomainfrom
fix_tukey_import
Sep 9, 2025
Merged

Update import for tukey function.#128
mlp6 merged 1 commit intomainfrom
fix_tukey_import

Conversation

@mlp6
Copy link
Owner

@mlp6 mlp6 commented Sep 9, 2025

Old tukey import from scipy.signal package was
failing; updated to scipy.signal.windows.

Closes #127

Old tukey import from scipy.signal package was
failing; updated to scipy.signal.windows.

Closes #127
@mlp6 mlp6 requested a review from Copilot September 9, 2025 01:41
@mlp6 mlp6 self-assigned this Sep 9, 2025
@mlp6 mlp6 added the Bug label Sep 9, 2025
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes a failing import for the tukey function by updating the import path from scipy.signal to scipy.signal.windows, addressing issue #127 where the old import was no longer working.

  • Updated import path for tukey function to the correct module location
  • Fixed a breaking import issue that was preventing the code from running

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Owner Author

@mlp6 mlp6 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@mlp6 mlp6 merged commit 58cce5b into main Sep 9, 2025
10 checks passed
@mlp6 mlp6 deleted the fix_tukey_import branch September 9, 2025 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix tukey import fail from scipy.signal

1 participant