Skip to content

fix: write saves and plots into one murano_outputs/ tree; add Save ru…#115

Merged
alirezabayatmk merged 1 commit into
mainfrom
fix/output-dir-consistency
Jul 9, 2026
Merged

fix: write saves and plots into one murano_outputs/ tree; add Save ru…#115
alirezabayatmk merged 1 commit into
mainfrom
fix/output-dir-consistency

Conversation

@alirezabayatmk

Copy link
Copy Markdown
Member

Summary 📝

Save, Results.save, and the Plot step now share one default output root (murano_outputs/), so a run's artifacts and plots land in one predictable tree. Previously Plot fell back to the working directory and dropped a bare ./plots/.

Details

  1. Added keys.DEFAULT_OUTPUT_DIR = "murano_outputs" and pointed the three duplicated defaults (Save, Results.save, save_results) at it.
  2. Plot's fallback root is now that constant instead of ., so Plot() on its own (or before Save) writes murano_outputs/plots/, not ./plots/ in the CWD.
  3. The Save step now accepts run_name and passes it through.

@alirezabayatmk alirezabayatmk merged commit 9722e3c into main Jul 9, 2026
5 checks passed
@alirezabayatmk alirezabayatmk deleted the fix/output-dir-consistency branch July 9, 2026 03:36
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