You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Completes the docstring Examples campaign to 1027/1031 (99.6%):
- agent-native introspection (registry/help/_agent_docs), core
exceptions + result base classes, 11 causal result classes — all
real runnable examples (exceptions use try/except so they never
raise; result classes mirror their parent function's verified DGP).
- bayes (17), neural_causal (13): illustrative examples with every
heavy-dep line '# doctest: +SKIP' (PyMC/torch absent in [dev]/CI);
pure-numpy policy_weight_* made genuinely runnable.
Repairs the runnability gate (was failing in any torch-less env):
sp.tarnet / sp.cfrnet / sp.dragonnet (function wrappers) and sp.DeepIV
had un-skipped .fit() calls that ImportError without torch — now
'# doctest: +SKIP' on the torch lines (data-construction stays live).
Adds the missed LLMAnnotatorResult example (direct construction).
Gates: examples_coverage missing 79 -> 4 (budget lowered to 4);
check_example_execution 1014 runnable / 0 failing (budget 0). The
residual 4 (anthropic_client, echo_client, openai_client,
particle_filter) carry Examples but are registered-yet-not-top-level-
exposed (sp.<name> raises) — an API-exposure decision deferred past
review, documented in the workflow + campaign log. Schema bundle
regenerated (3 result-class descriptions now human-readable). No new
citations.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments