feat(variation): add validated Morris sensitivity screening - #4393
Draft
d-sorgcodexagent[bot] wants to merge 6 commits into
Draft
feat(variation): add validated Morris sensitivity screening#4393d-sorgcodexagent[bot] wants to merge 6 commits into
d-sorgcodexagent[bot] wants to merge 6 commits into
Conversation
* feat(golf-club): add assembly physics contracts * fix(golf-club): satisfy assembly mypy gate * fix(club-builder): support Python 3.10 enums * fix(ci): detect mirrored shared-package tests * fix(ci): include UpstreamDrift package roots
…n default tab initializers (#4176) Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
Replaced `.split(':')` and `.join(':')` with `indexOf` and `substring` in
the `parseKeyValue` function inside `ODESolverCalculator.tsx`.
This eliminates unnecessary intermediate array allocations and closure
executions, reducing garbage collection pressure and function call
overhead in the React component's rendering loop.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: dieterolson <198168927+dieterolson@users.noreply.github.com>
…42-global-sensitivity # Conflicts: # SPEC.md # src/shared/python/golf_club/__init__.py # tests/ops/test_cross_repo_python_integration.py # tests/shared/python/golf_club/test_contracts.py
31 tasks
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
Scope boundary
This PR intentionally does not implement the simulation execution adapter, React/PyQt views, exports, UpstreamDrift consumption, or large-ensemble performance qualification. Those remain tracked follow-ups. It does not touch the UI/export implementation in parent PR #4280.
Validation
git diff --check: passedStack
Base:
feat/4144-variation-export-continuationat7fb5d7f489db49742b7bc82ef009570ad2502456(PR #4280). Preserve parent order; do not retarget or merge this child before its protected parent.Tracks #4142 and #4144.