Skip to content

Commit 38f087b

Browse files
igerberclaude
andcommitted
Fix P2: clarify error types in consolidated deferred section
Some bootstrap+replicate exclusions raise ValueError (not NotImplementedError). Update wording to "raise an error" to accurately reflect the runtime contract. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8677e76 commit 38f087b

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

docs/survey-roadmap.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,9 +273,10 @@ deferred to the consolidated list below:
273273

274274
## Deferred Work (Consolidated)
275275

276-
All items below raise `NotImplementedError` when attempted, with a message
277-
describing the limitation. This is the single source of truth for remaining
278-
survey limitations.
276+
All items below raise an error when attempted (`NotImplementedError` or
277+
`ValueError` depending on the estimator), with a message describing the
278+
limitation. This is the single source of truth for remaining survey
279+
limitations.
279280

280281
### Replicate Weights Not Supported
281282

@@ -301,7 +302,7 @@ survey limitations.
301302
### Bootstrap + Replicate Weights (Mutual Exclusion)
302303

303304
Replicate weights and bootstrap are alternative variance estimation methods.
304-
Combining them raises `NotImplementedError`:
305+
Combining them raises `NotImplementedError` or `ValueError`:
305306

306307
| Estimator |
307308
|-----------|

0 commit comments

Comments
 (0)