Skip to content

Fix runModelingPipelineIntense() - #37

Merged
AbhirupaGhosh merged 1 commit into
mainfrom
dev-pipeline-intense-matrix-gen
Aug 13, 2026
Merged

Fix runModelingPipelineIntense()#37
AbhirupaGhosh merged 1 commit into
mainfrom
dev-pipeline-intense-matrix-gen

Conversation

@eboyer221

Copy link
Copy Markdown
Contributor

What

runModelingPipelineIntense() is meant to run the whole modeling process from start to finish: first build the feature matrices from the data, then train all the models on them. The "build the matrices" step had been switched off (commented out).

Why it matters

Every step after the matrix-building step assumes those matrices already exist. With that step disabled, each later step fails because it can't find its input, and the function still prints "=== AMR-ML Pipeline Complete ===" at the end - so running the whole pipeline looks successful but actually produces nothing.

Fix

Turned the matrix-building step back on.

Testing

Added tests/testthat/test-run-modeling-pipeline-intense.R. Full test suite passes (205/205).

Found while reviewing #32. Split out from the "pipeline control flow" item in Issue #33 as its own PR, since this is a self-contained fix to a different, higher-level wrapper function than the other bugs in that item (see #36).

@AbhirupaGhosh
AbhirupaGhosh merged commit f380daf into main Aug 13, 2026
@AbhirupaGhosh
AbhirupaGhosh deleted the dev-pipeline-intense-matrix-gen branch August 13, 2026 18:51
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