Skip to content

Use configurable output_format default from autoarray#415

Merged
Jammy2211 merged 1 commit intomainfrom
feature/output-format-config
Apr 3, 2026
Merged

Use configurable output_format default from autoarray#415
Jammy2211 merged 1 commit intomainfrom
feature/output-format-config

Conversation

@Jammy2211
Copy link
Copy Markdown
Collaborator

Summary

  • Change all output_format: str = "png" defaults to output_format: str = None across 7 plot files

API Changes

  • All plot functions now default output_format=None instead of "png", resolved from config at runtime
  • Depends on PyAutoArray's output_format config option (Jammy2211/PyAutoArray PR)

Test plan

  • All 20 plot tests pass
  • Tests already pass output_format="png" explicitly

🤖 Generated with Claude Code

Change all output_format defaults from "png" to None, resolved at runtime
via autoarray's _conf_output_format() which reads from general.yaml.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Jammy2211 Jammy2211 merged commit 402fedf into main Apr 3, 2026
0 of 8 checks passed
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