Commit 71be9df
Add validation to _data_setter for non-standard data node names (#847)
* Rebase onto main and add happy-path validation test
- Resolved merge conflicts in all three files against origin/main
- Restored upstream class docstring rubric (Parameters + Examples) in
PyMCModel
- Restored actionable error message pointing to
BayesianBasisExpansionTimeSeries
- Added test_standard_data_nodes_predict exercising the validation
happy path to satisfy codecov/patch
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* Rebase onto main preserving all upstream classes and PR validation
Previous stash-based resolution accidentally dropped ~330 lines from
pymc_models.py, removing SyntheticDifferenceInDifferencesWeightFitter and
other classes added to main after the branch diverged.
This commit takes origin/main's full pymc_models.py (2652 lines) and
re-applies only the PR's changes: class docstring note, _data_setter
validation, method docstring update, and the codecov happy-path test.
Also adds test_standard_data_nodes_predict to cover the validation
loop's non-error path, resolving the codecov/patch gap.
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
* Use origin/main panel_regression.py (no PR changes needed here)
* Remove unused import (ruff fix)
---------
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>1 parent 13af0ef commit 71be9df
1 file changed
Lines changed: 24 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
273 | 297 | | |
274 | 298 | | |
275 | 299 | | |
| |||
0 commit comments