[codex] Add observation-specific multisession costs#1870
Merged
FlorianPfaff merged 8 commits intomainfrom Apr 25, 2026
Merged
Conversation
Contributor
✅MegaLinter analysis: Success
See detailed reports in MegaLinter artifacts Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining
|
Contributor
Test Results 12 files + 12 12 suites +12 4h 49m 20s ⏱️ + 4h 49m 20s Results for commit bf295f6. ± Comparison against base commit d91eaeb. ♻️ This comment has been updated with latest results. |
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
Adds a small clean follow-up to PR #1751 that keeps the current
mainmultisession solver intact and ports only the missing observation-specific start/end cost wrapper.Changes
solve_multisession_assignment_with_observation_costsas a wrapper around the existing multisession solver.pyrecest.utils.duplicate-codechecker enabled globally; scope theR0801suppressions to the new wrapper and test modules where the overlap is intentional.Validation
cc05267c02ac26a9f5e20820e0b3edf90c867274before this follow-up.duplicate-codedisable frompyproject.toml; GitHub CI should rerun on the latest branch head.