From b41754c8c3a05207c165c78dc8c30eea415ecd2d Mon Sep 17 00:00:00 2001 From: "sepehr.sadri" Date: Sat, 8 Aug 2026 10:35:32 +0200 Subject: [PATCH] experiments: fix docstring section header, unbreak main CI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit reproduce_merge_daw_acceptance.py (PR #31) used the section header "WHAT THIS DOES NOT DO" instead of the exact string tests/test_repo_hygiene.py's test_every_python_experiment_documents_itself requires: "WHAT THIS DOES NOT HANDLE". That test has existed since PR #14 and applies to every file under experiments/ — this PR's own CI run (https://github.com/sep-lab/Wit/actions/runs/31171758303) actually failed on exactly this, in 5 of the 6 Python test jobs. It was merged without that being caught, which is what's currently failing on main. Pure rename, no content change. Verified: full pytest suite (293 passed, 13 skipped, 0 failed), cargo test/clippy/fmt/deny all clean, check_personal_paths.py clean. Co-Authored-By: Claude Sonnet 5 --- experiments/reproduce_merge_daw_acceptance.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/reproduce_merge_daw_acceptance.py b/experiments/reproduce_merge_daw_acceptance.py index a09c5cd..79d3c42 100644 --- a/experiments/reproduce_merge_daw_acceptance.py +++ b/experiments/reproduce_merge_daw_acceptance.py @@ -44,7 +44,7 @@ comes from merging or from the gunzip/gzip repack alone.) 4. Report back: exact Ableton Live version, and the answers above. -WHAT THIS DOES NOT DO +WHAT THIS DOES NOT HANDLE - It does not touch your original project files. Everything is read, decompressed, and written under --out-dir only. - It does not open Ableton Live -- no DAW automation exists here on purpose, per