Skip to content

Commit a437112

Browse files
igerberclaude
andcommitted
Skip aggregate_survey doc snippet in snippet tests
The RST example references undefined 'microdata' variable, same as the existing wide_to_long skip pattern. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e7eefa1 commit a437112

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_doc_snippets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ def _extract_snippets(rst_path: Path) -> List[Tuple[int, str]]:
9797
r"pip\s+install",
9898
r"wild_bootstrap_se\(X,", # low-level array API pseudo-code
9999
r"wide_to_long\(", # references undefined wide_data variable
100+
r"aggregate_survey\(", # references undefined microdata variable
100101
]
101102

102103
# Third-party packages imported by comparison-page snippets that may not

0 commit comments

Comments
 (0)