Uh oh!
There was an error while loading. Please reload this page.
docs: remove cross-language and code-history commentary - #720
Merged
Conversation
Comments and docstrings across the codebase described the current implementation's behavior in comparison to the Python port (raven-toolbox/raven_python), cobrapy, or geckopy, and narrated how the code changed over time (issue/PR references, "used to" framing, before/after comparisons). Rewritten to describe only the current MATLAB behavior and its technical rationale; functionally necessary distinctions (e.g. between two supported file-format conventions) are kept but reworded without naming the other project.
Function test results304 tests 277 ✅ 1m 15s ⏱️ Results for commit 131082c. |
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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
Comments and docstrings across the codebase described current behavior in comparison to the Python port (raven-toolbox/raven_python), cobrapy, or geckopy, and narrated how the code changed over time (issue/PR references, "used to" framing, before/after comparisons). Rewritten to describe only the current MATLAB behavior and its rationale.
io/readYAMLmodel.m/io/writeYAMLmodel.m's two supported key/field conventions are still explained, just not attributed to a specific Python tool).% Mirrors _node_to_dnf in raven-toolbox manipulation/expand.py.).Untouched by design:
io/parseYAML.m's Python references (it genuinely bridges into a Python interpreter to parse YAML, a technical dependency of its own implementation, not a comparison to a sibling port); the MATLAB COBRA Toolbox references throughout (a different, MATLAB-native tool, not "the other language"); domain/algorithmic uses of words like "previously"/"no longer"/"legacy" that describe current data state or a still-supported option rather than code history.Test plan
testing/function_testssuite (local) — 289 passed, 10 failed, 14 incomplete, reproduced identically across two separate local runs of this branch. All 10 failures are solver-configuration errors (Unrecognized field name "mipgap") intAnalysis/tAssignCompartments/tGapfilling/tINIT-- none in a file this PR touches. On a pristine, unmodifieddevelop3checkout in the same local environment, these same test classes were instead skipped outright (Filtered by assumption, solver-availability gated) rather than attempted -- consistent with local solver-detection/configuration flakiness, not a regression from this change, but not a byte-for-byte reproduction either. Deferring to CI for the authoritative signal here.Filtered by assumption(missing optional deps: quadprog, Python/pyyaml, KEGG data files) -- pre-existing skips.