Skip to content

chore: regenerate roxygen-derived man/step_adjust_latency.Rd - #480

Merged
dajmcdon merged 1 commit into
cmu-delphi:devfrom
gregfaletto:regen-roxygen-docs
Jun 30, 2026
Merged

chore: regenerate roxygen-derived man/step_adjust_latency.Rd#480
dajmcdon merged 1 commit into
cmu-delphi:devfrom
gregfaletto:regen-roxygen-docs

Conversation

@gregfaletto

Copy link
Copy Markdown
Contributor

Regeneration of man/step_adjust_latency.Rd via devtools::document(). The recorded example output had drifted relative to the current epi_df print phrasing (laglatency) from upstream epiprocess; running document() updates 12 lines across three example blocks. No source code or behavior change. The drift surfaced during recent fix PRs (#477, #478, #479).

Pure regeneration via devtools::document(). The recorded example
output for step_adjust_latency had drifted relative to the current
epi_df print phrasing (lag -> latency) from upstream epiprocess;
running document() updates 12 lines across three example blocks. No
source code or behavior change.

The drift surfaced repeatedly during recent fix PRs (cmu-delphi#477, cmu-delphi#478,
cmu-delphi#479); landing the regen once eliminates the friction.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@gregfaletto
gregfaletto requested a review from dajmcdon as a code owner May 9, 2026 22:50
@dajmcdon
dajmcdon merged commit fc03d85 into cmu-delphi:dev Jun 30, 2026
1 check passed
dajmcdon pushed a commit that referenced this pull request Jun 30, 2026
…er (#229)

arx_forecaster() and flatline_forecaster() now error at the forecaster
boundary when quantile_by_key contains columns that are not in
key_colnames(epi_data), instead of silently dropping them downstream.
For flatline_forecaster() in particular the layer-level warning was
invisible because forecast(wf) is wrapped in suppressWarnings(), so
users got no signal at all on invalid input.

Also adds a warning when arx_forecaster() is called with a quantile-
output trainer (quantile_reg() or rand_forest with engine
"grf_quantiles") plus a non-empty quantile_by_key. The argument is
silently dropped in that code branch; the warning surfaces the
no-op without breaking working code.

The 2023 headline failure (flatline crashing on a valid key) no longer
reproduces - residuals.flatline carries geo_value through and the
call works cleanly. cdc_baseline_forecaster uses a different layer
with the same parallel-structure vulnerability; deferred to a
follow-up issue.

Version bumped 0.2.5 -> 0.2.7 (skipping 0.2.6 for the open PR #480
collision).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
dajmcdon pushed a commit that referenced this pull request Jun 30, 2026
Switches the version bump for #229 from 0.2.7 to 0.2.6 so the
maintainer can choose the merge order against the still-open PR #480
(doc regen, also targeting 0.2.6). Whichever PR merges first claims
0.2.6; the other rebases to 0.2.7 at merge time.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.

2 participants