Commit c865816
Remove invalid placebo from MultiPeriodDiD handler
run_all_placebo_tests() requires binary time indicator, which
MultiPeriodDiD does not use (it has multi-period time). Removed
the placebo step from _handle_multi_period; HonestDiD (which IS
supported for MultiPeriodDiDResults) remains as the sensitivity tool.
DiD handler already correctly uses _placebo_step() (valid for 2x2
with binary time) and does not suggest HonestDiD (not supported
for DiDResults).
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 8ce4441 commit c865816
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| |||
0 commit comments