test: RFMTransformer.fit never exercises the ndarray (non-Da - #139
Conversation
… the ndarray (non-Da Signed-off-by: Mr-Neutr0n <64578610+Mr-Neutr0n@users.noreply.github.com>
|
Test looks correct and covers the missing-columns ndarray path cleanly. Per AGENTS.md, every PR needs a CHANGELOG.md entry under |
|
The test itself is good: six lines, closes the real gap in issue #49, and it pins the Blocking on one repo rule, not on the code: No CHANGELOG entry needed here -- test-only PRs (#107, #118) have merged without one, and PR #128 is adding a CI guard that scopes the changelog requirement to changes under |
|
Added myself to CONTRIBUTORS.md per the AGENTS.md rule: fc14ccc. Ready for merge. |
Fixes #49
Added
test_rfm_transformer_ndarray_input_raises_missing_columnsto coverRFMTransformer.fit’s bare-ndarray path and verify it raisesValueErrorfor missing required columns.Local tests pass.
This change was prepared with AI assistance under human direction and review.