Skip to content

Commit fd8b192

Browse files
igerberclaude
andcommitted
Exclude power analysis notebook from CI (>600s timeout)
06_power_analysis.ipynb runs SyntheticDiD simulate_power which is a Monte Carlo simulation too slow for pure-Python CI without the Rust backend. Same category as the already-excluded TROP notebook. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1c6bb7d commit fd8b192

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/notebooks.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,13 @@ jobs:
4646
run: |
4747
pytest --nbmake docs/tutorials/ \
4848
--nbmake-timeout=600 \
49+
--ignore=docs/tutorials/06_power_analysis.ipynb \
4950
--ignore=docs/tutorials/10_trop.ipynb \
5051
-v \
5152
--tb=short
52-
# Excluded notebooks:
53-
# 10_trop — LOOCV grid search too slow for pure-Python CI (>600s)
53+
# Excluded notebooks (too slow for pure-Python CI without Rust backend):
54+
# 06_power_analysis — SyntheticDiD simulate_power Monte Carlo (>600s)
55+
# 10_trop — LOOCV grid search (>600s)
5456
5557
- name: Upload failed notebook outputs
5658
if: failure()

0 commit comments

Comments
 (0)