Fix MultiphaseOptim notebook integrity - #148
Merged
Merged
Conversation
EvenSol
marked this pull request as ready for review
September 1, 2026 07:29
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
notebooks/process/MultiphaseOptim.ipynbRoot cause
Google Colab added a 22nd blank code cell with no execution count. Because the maintenance ledger correctly marks the notebook as passed with 21 executed code cells, the repository-wide integrity workflow failed with:
ledger records 21 code cells, notebook has 22ledger says passed but execution counts are missing for code cells [22]The stray cell contains no source and no output, so removing it is the smallest correct repair.
Validation
Base:
7848628fe0c74b36e7318e163cfbd2f809fb9071Head:
df756b64aa4dd88c2875c3d7937c3a53737af3d2git diff --check— passedpython -m unittest discover -s scripts -p 'test_check_notebook.py'— 6/6 passedpython scripts/check_notebook.py notebooks/process/MultiphaseOptim.ipynb --quiet-warnings— 0 errors, 0 warningspython scripts/check_notebook.py --all --quiet-warnings— 337 notebooks, 0 errors, 43 non-blocking pre-existing warnings-4.547e-12 kg/s.pre-commit-config.yaml; the current pull-request workflow and direct repository checks above were inspected and runDocumentation impact
Documentation impact: none. This removes only an accidental empty cell and changes no public API, installation path, model behavior, input, output, unit, assumption, default, compatibility contract, catalog entry, or user-facing guidance.
Publication state
Draft PR. GitHub Notebook integrity run 142 passed on the published head, the PR is mergeable, and no merge or auto-merge was requested.