Skip to content

Say why se_method is withheld from estimate - #19

Merged
soodoku merged 1 commit into
mainfrom
mark-deliberate-se-method
Aug 20, 2026
Merged

Say why se_method is withheld from estimate#19
soodoku merged 1 commit into
mainfrom
mark-deliberate-se-method

Conversation

@soodoku

@soodoku soodoku commented Aug 20, 2026

Copy link
Copy Markdown
Member

run_pipeline and evaluate_scene take se_method and don't pass it to estimate. That looks exactly like the ci_level bug fixed in #18, and it's the opposite: the sweep wants estimate to compute every SE from one fit so _method_ci can select afterwards, and the methods are compared on identical draws. Passing it would defeat the comparison.

Two lines of comment saying so, plus the # preen: allow-dropped-arg marker that keeps gojiplus/preen#62's check quiet on a case that is correct. The comment earns its place either way — this is the third time in this file that an unforwarded parameter turned out to matter, so the two that don't should say why.

pytest       77 passed, 1 skipped, 10 subtests
ruff         clean
dropped-args passed, 0 issues

🤖 Generated with Claude Code

https://claude.ai/code/session_01YDg9BEDJgFhsixKFjAquNm

`run_pipeline` and `evaluate_scene` take `se_method` and do not pass it
to `estimate`. That looks exactly like the ci_level bug fixed in #18 and
is the opposite: the sweep wants `estimate` to compute every SE from one
fit so `_method_ci` can pick afterwards and the methods are compared on
identical draws. Passing it would defeat the comparison.

The comment says so, and the marker keeps preen's dropped-args check
(gojiplus/preen#62) quiet on a case that is correct.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01YDg9BEDJgFhsixKFjAquNm
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.

@soodoku
soodoku merged commit 554b560 into main Aug 20, 2026
12 checks passed
@soodoku
soodoku deleted the mark-deliberate-se-method branch August 20, 2026 22:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant