Skip to content

fix(schemes): honour execute_function in MSQPAM.decode - #48

Open
dlyongemallo wants to merge 1 commit into
moth-quantum:mainfrom
dlyongemallo:fix_msqpam_ignores_execute_function
Open

fix(schemes): honour execute_function in MSQPAM.decode#48
dlyongemallo wants to merge 1 commit into
moth-quantum:mainfrom
dlyongemallo:fix_msqpam_ignores_execute_function

Conversation

@dlyongemallo

Copy link
Copy Markdown

MSQPAM.decode called utils.execute instead of the execute_function supplied by the caller, which was silently ignored.

Copilot AI review requested due to automatic review settings April 19, 2026 05:41

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Fixes MSQPAM.decode so it uses the caller-provided execute_function instead of always calling utils.execute, aligning behavior with the method signature and documentation.

Changes:

  • Replace the hardcoded utils.execute(...) call with execute_function(...) inside MSQPAM.decode.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread quantumaudio/schemes/msqpam.py

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated no new comments.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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