Skip to content

Conversation

@groberts-flex
Copy link
Contributor

@groberts-flex groberts-flex commented Feb 11, 2026

Optional argument for when this is imported by the backend for the adjoint pipeline

updated emulated_run in unit test to catch a regression for this


Note

Low Risk
Small signature change with a safe default; risk is limited to potential downstream callers that relied on the parameter being required.

Overview
Allows backend integrations to call postprocess_adj without providing a custom_vjp hook by making the parameter optional (default None).

Updates the autograd emulation unit test to omit custom_vjp=None, ensuring the backward pass still succeeds when the argument is not supplied, and records the fix in the changelog.

Written by Cursor Bugbot for commit 6d97fbd. This will update automatically on new commits. Configure here.

@groberts-flex groberts-flex requested review from marcorudolphflex and yaugenst-flex and removed request for yaugenst-flex February 11, 2026 19:27
@groberts-flex
Copy link
Contributor Author

wrong branch name!

@github-actions
Copy link
Contributor

Diff Coverage

Diff: origin/develop...HEAD, staged and unstaged changes

No lines with coverage information in this diff.

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.

1 participant