Skip to content

fix: create convolution image directory#146

Merged
Jammy2211 merged 1 commit into
mainfrom
feature/aggregator-output-contracts
Jul 7, 2026
Merged

fix: create convolution image directory#146
Jammy2211 merged 1 commit into
mainfrom
feature/aggregator-output-contracts

Conversation

@Jammy2211

@Jammy2211 Jammy2211 commented Jul 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

Create the convolution diagnostic image directory before saving residuals.png, making the script independent of developer-local artifacts.

Scripts Changed

  • scripts/imaging/convolution.py — create scripts/imaging/images/ before saving the residual plot.

Test Plan

  • Script passes from a missing scripts/imaging/images/ directory
  • Integration workspace smoke tests: 15/15 passed

🤖 Generated with Codex

Copilot AI review requested due to automatic review settings July 6, 2026 20:39
@Jammy2211 Jammy2211 added the pending-release PR queued for the next release build label Jul 6, 2026

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

This PR makes the scripts/imaging/convolution.py integration script resilient to a missing local output directory by creating scripts/imaging/images/ before saving the convolution residual diagnostic plot. This helps keep the workspace scripts reproducible on clean checkouts/CI runners where developer-local artifacts don’t exist.

Changes:

  • Create scripts/imaging/images/ with mkdir(parents=True, exist_ok=True) before saving residuals.png.

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

@Jammy2211 Jammy2211 merged commit 76982f6 into main Jul 7, 2026
5 checks passed
@Jammy2211 Jammy2211 deleted the feature/aggregator-output-contracts branch July 8, 2026 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pending-release PR queued for the next release build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants